Home
last modified time | relevance | path

Searched refs:rxe_srq (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_srq.c12 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr()
74 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_init()
125 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr()
Drxe_verbs.h97 struct rxe_srq { struct
221 struct rxe_srq *srq;
447 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq()
449 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
Drxe_loc.h178 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
181 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
185 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
DMakefile14 rxe_srq.o \
Drxe_verbs.c274 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
318 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
347 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
360 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
375 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
1142 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
Drxe_pool.c33 .size = sizeof(struct rxe_srq),
34 .elem_offset = offsetof(struct rxe_srq, pelem),
Drxe_resp.c294 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
353 struct rxe_srq *srq = qp->srq; in check_resource()
Drxe_qp.c340 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()