Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_verbs.c400 struct rxe_qp *qp = to_rqp(ibqp); in rxe_create_qp()
447 struct rxe_qp *qp = to_rqp(ibqp); in rxe_modify_qp()
469 struct rxe_qp *qp = to_rqp(ibqp); in rxe_query_qp()
479 struct rxe_qp *qp = to_rqp(ibqp); in rxe_destroy_qp()
712 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_send()
736 struct rxe_qp *qp = to_rqp(ibqp); in rxe_post_recv()
1033 struct rxe_qp *qp = to_rqp(ibqp); in rxe_attach_mcast()
1050 struct rxe_qp *qp = to_rqp(ibqp); in rxe_detach_mcast()
Drxe_verbs.h452 static inline struct rxe_qp *to_rqp(struct ib_qp *qp) in to_rqp() function