Lines Matching refs:rxe_qp
393 struct rxe_qp *qp = to_rqp(ibqp); in rxe_create_qp()
439 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()
463 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()
473 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()
484 static int validate_send_wr(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in validate_send_wr()
508 static void init_send_wr(struct rxe_qp *qp, struct rxe_send_wr *wr, in init_send_wr()
578 static void init_send_wqe(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in init_send_wqe()
611 static int post_one_send(struct rxe_qp *qp, const struct ib_send_wr *ibwr, in post_one_send()
643 static int rxe_post_send_kernel(struct rxe_qp *qp, const struct ib_send_wr *wr, in rxe_post_send_kernel()
692 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()
716 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
1064 INIT_RDMA_OBJ_SIZE(ib_qp, rxe_qp, ibqp),