rxe_srq
int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
.size = sizeof(struct rxe_srq),
.elem_offset = offsetof(struct rxe_srq, elem),
struct rxe_srq *srq = init->srq ? to_rsrq(init->srq) : NULL;
struct rxe_srq *srq = qp->srq;
struct rxe_srq *srq = qp->srq;
int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
struct rxe_srq *srq = container_of(elem, typeof(*srq), elem);
int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
INIT_RDMA_OBJ_SIZE(ib_srq, rxe_srq, ibsrq),
struct rxe_srq *srq = to_rsrq(ibsrq);
struct rxe_srq *srq = to_rsrq(ibsrq);
struct rxe_srq *srq = to_rsrq(ibsrq);
struct rxe_srq *srq = to_rsrq(ibsrq);
struct rxe_srq *srq = to_rsrq(ibsrq);
struct rxe_srq *srq;
static inline struct rxe_srq *to_rsrq(struct ib_srq *srq)
return srq ? container_of(srq, struct rxe_srq, ibsrq) : NULL;