Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mcast.c437 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()
467 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
H A Drxe_verbs.c532 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()
921 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()
1010 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
H A Drxe_verbs.h438 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function