Searched refs:to_rqp (Results 1 – 3 of 3) sorted by relevance
455 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()485 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
541 struct rxe_qp *qp = to_rqp(ibqp); in rxe_create_qp()604 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()641 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()651 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()925 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()1014 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
443 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function