Lines Matching defs:sq_depth
59 * @sq_depth: The depth of the Send Queue
86 int sq_depth;
118 * @sq_depth: The requested depth of the SQ. This really doesn't need
126 int sq_depth;
157 if (rdma->sq_depth != P9_RDMA_SQ_DEPTH)
158 seq_printf(m, ",sq=%u", rdma->sq_depth);
183 opts->sq_depth = P9_RDMA_SQ_DEPTH;
218 opts->sq_depth = option;
234 opts->rq_depth = max(opts->rq_depth, opts->sq_depth);
582 rdma->sq_depth = opts->sq_depth;
587 sema_init(&rdma->sq_sem, rdma->sq_depth);
699 opts.sq_depth + opts.rq_depth + 1,
713 qp_attr.cap.max_send_wr = opts.sq_depth;