Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_srq.c44 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_init()
93 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr()
144 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr()
180 struct rxe_srq *srq = container_of(elem, typeof(*srq), elem); in rxe_srq_cleanup()
Drxe_verbs.h96 struct rxe_srq { struct
219 struct rxe_srq *srq;
433 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq()
435 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
Drxe_loc.h161 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
164 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
166 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
DMakefile14 rxe_srq.o \
Drxe_pool.c47 .size = sizeof(struct rxe_srq),
48 .elem_offset = offsetof(struct rxe_srq, elem),
Drxe_verbs.c289 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
329 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
354 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
367 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
377 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
1104 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
Drxe_resp.c295 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
347 struct rxe_srq *srq = qp->srq; in check_resource()
Drxe_qp.c315 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()