Lines Matching refs:rq_depth
58 * @rq_depth: The depth of the Receive Queue.
85 int rq_depth;
119 * @rq_depth: The depth of the RQ. Should be greater than or equal to SQ depth
126 int rq_depth;
158 if (rdma->rq_depth != P9_RDMA_RQ_DEPTH)
159 seq_printf(m, ",rq=%u", rdma->rq_depth);
183 opts->rq_depth = P9_RDMA_RQ_DEPTH;
220 opts->rq_depth = option;
233 opts->rq_depth = max(opts->rq_depth, opts->sq_depth);
582 rdma->rq_depth = opts->rq_depth;
587 sema_init(&rdma->rq_sem, rdma->rq_depth);
698 opts.sq_depth + opts.rq_depth + 1,
713 qp_attr.cap.max_recv_wr = opts.rq_depth;