Home
last modified time | relevance | path

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

/linux-6.6.21/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()
100 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr()
151 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr()
192 struct rxe_srq *srq = container_of(elem, typeof(*srq), elem); in rxe_srq_cleanup()
Drxe_verbs.h94 struct rxe_srq { struct
211 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.h153 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
156 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
158 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.c372 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
428 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
469 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
492 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
516 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
1493 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
Drxe_resp.c271 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
323 struct rxe_srq *srq = qp->srq; in check_resource()
Drxe_qp.c358 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()