Lines Matching refs:rq_depth
61 * @rq_depth: The depth of the Receive Queue.
88 int rq_depth;
120 * @rq_depth: The depth of the RQ. Should be greater than or equal to SQ depth
127 int rq_depth;
159 if (rdma->rq_depth != P9_RDMA_RQ_DEPTH)
160 seq_printf(m, ",rq=%u", rdma->rq_depth);
184 opts->rq_depth = P9_RDMA_RQ_DEPTH;
221 opts->rq_depth = option;
234 opts->rq_depth = max(opts->rq_depth, opts->sq_depth);
583 rdma->rq_depth = opts->rq_depth;
588 sema_init(&rdma->rq_sem, rdma->rq_depth);
699 opts.sq_depth + opts.rq_depth + 1,
714 qp_attr.cap.max_recv_wr = opts.rq_depth;