Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/rxe/
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()
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()
917 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()
1007 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
Drxe_verbs.h438 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function