Lines Matching refs:sq_depth
83 int sq_depth; member
125 int sq_depth; member
156 if (rdma->sq_depth != P9_RDMA_SQ_DEPTH) in p9_rdma_show_options()
157 seq_printf(m, ",sq=%u", rdma->sq_depth); in p9_rdma_show_options()
182 opts->sq_depth = P9_RDMA_SQ_DEPTH; in parse_opts()
217 opts->sq_depth = option; in parse_opts()
233 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
581 rdma->sq_depth = opts->sq_depth; in alloc_rdma()
586 sema_init(&rdma->sq_sem, rdma->sq_depth); in alloc_rdma()
698 opts.sq_depth + opts.rq_depth + 1, in rdma_create_trans()
712 qp_attr.cap.max_send_wr = opts.sq_depth; in rdma_create_trans()