Lines Matching defs:sq_depth
56 * @sq_depth: The depth of the Send Queue
83 int sq_depth;
117 * @sq_depth: The requested depth of the SQ. This really doesn't need
125 int sq_depth;
156 if (rdma->sq_depth != P9_RDMA_SQ_DEPTH)
157 seq_printf(m, ",sq=%u", rdma->sq_depth);
182 opts->sq_depth = P9_RDMA_SQ_DEPTH;
217 opts->sq_depth = option;
233 opts->rq_depth = max(opts->rq_depth, opts->sq_depth);
581 rdma->sq_depth = opts->sq_depth;
586 sema_init(&rdma->sq_sem, rdma->sq_depth);
698 opts.sq_depth + opts.rq_depth + 1,
712 qp_attr.cap.max_send_wr = opts.sq_depth;