Searched refs:to_rqp (Results 1 – 2 of 2) sorted by relevance
434 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()453 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()463 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()692 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()716 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()1008 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()1025 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
416 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function