Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A 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()
H A Drxe_verbs.h94 struct rxe_srq { struct
209 struct rxe_srq *srq;
438 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq()
440 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
H A 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,
H A DMakefile14 rxe_srq.o \
H A Drxe_verbs.c381 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_create_srq()
437 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
478 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
501 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
525 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
1508 INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
H A Drxe_resp.c261 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
313 struct rxe_srq *srq = qp->srq; in check_resource()