Lines Matching defs:rxe
8 #include "rxe.h"
12 int rxe_srq_chk_attr(struct rxe_dev *rxe, struct rxe_srq *srq,
21 if (attr->max_wr > rxe->attr.max_srq_wr) {
23 attr->max_wr, rxe->attr.max_srq_wr);
43 if (attr->srq_limit > rxe->attr.max_srq_wr) {
45 attr->srq_limit, rxe->attr.max_srq_wr);
58 if (attr->max_sge > rxe->attr.max_srq_sge) {
60 attr->max_sge, rxe->attr.max_srq_sge);
74 int rxe_srq_from_init(struct rxe_dev *rxe, struct rxe_srq *srq,
94 q = rxe_queue_init(rxe, &srq->rq.max_wr,
103 err = do_mmap_info(rxe, uresp ? &uresp->mi : NULL, udata, q->buf,
122 int rxe_srq_from_attr(struct rxe_dev *rxe, struct rxe_srq *srq,