Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A 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()
A Drxe_verbs.h96 struct rxe_srq { struct
225 struct rxe_srq *srq;
426 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq()
428 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
A Drxe_loc.h162 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
165 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
167 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
A DMakefile14 rxe_srq.o \
A Drxe_pool.c47 .size = sizeof(struct rxe_srq),
48 .elem_offset = offsetof(struct rxe_srq, elem),
A Drxe_verbs.c282 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
322 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
344 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
357 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
367 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
1065 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
A Drxe_resp.c283 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
335 struct rxe_srq *srq = qp->srq; in check_resource()
A Drxe_qp.c305 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()

Completed in 13 milliseconds