Lines Matching refs:sq_depth
84 int sq_depth; member
126 int sq_depth; member
157 if (rdma->sq_depth != P9_RDMA_SQ_DEPTH) in p9_rdma_show_options()
158 seq_printf(m, ",sq=%u", rdma->sq_depth); in p9_rdma_show_options()
183 opts->sq_depth = P9_RDMA_SQ_DEPTH; in parse_opts()
218 opts->sq_depth = option; in parse_opts()
234 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
573 rdma->sq_depth = opts->sq_depth; in alloc_rdma()
578 sema_init(&rdma->sq_sem, rdma->sq_depth); in alloc_rdma()
690 opts.sq_depth + opts.rq_depth + 1, in rdma_create_trans()
704 qp_attr.cap.max_send_wr = opts.sq_depth; in rdma_create_trans()