Searched refs:to_rqp (Results 1 – 3 of 3) sorted by relevance
437 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()467 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
532 struct rxe_qp *qp = to_rqp(ibqp); in rxe_create_qp()595 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()632 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()642 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()917 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()1007 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
438 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function