Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_verbs.c298 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
336 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
365 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
378 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
392 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
Drxe_verbs.h443 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq() function
Drxe_qp.c345 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()