Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_srq.c38 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_chk_attr()
100 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_init()
144 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq, in rxe_srq_from_attr()
Drxe_verbs.h122 struct rxe_srq { struct
240 struct rxe_srq *srq;
440 static inline struct rxe_srq *to_rsrq(struct ib_srq *srq) in to_rsrq()
442 return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL; in to_rsrq()
Drxe_loc.h223 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
226 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
231 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
DMakefile14 rxe_srq.o \
Drxe_verbs.c344 struct rxe_srq *srq; in rxe_create_srq()
387 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_modify_srq()
416 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_query_srq()
429 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_destroy_srq()
446 struct rxe_srq *srq = to_rsrq(ibsrq); in rxe_post_srq_recv()
Drxe_pool.c57 .size = sizeof(struct rxe_srq),
Drxe_resp.c322 struct rxe_srq *srq = qp->srq; in get_srq_wqe()
365 struct rxe_srq *srq = qp->srq; in check_resource()
Drxe_qp.c333 struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL; in rxe_qp_from_init()