Home
last modified time | relevance | path

Searched refs:to_rqp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c455 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()
485 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
H A Drxe_verbs.c541 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()
H A Drxe_verbs.h443 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function