Lines Matching refs:rq_depth
85 int rq_depth; member
126 int rq_depth; member
158 if (rdma->rq_depth != P9_RDMA_RQ_DEPTH) in p9_rdma_show_options()
159 seq_printf(m, ",rq=%u", rdma->rq_depth); in p9_rdma_show_options()
183 opts->rq_depth = P9_RDMA_RQ_DEPTH; in parse_opts()
220 opts->rq_depth = option; in parse_opts()
233 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
582 rdma->rq_depth = opts->rq_depth; in alloc_rdma()
587 sema_init(&rdma->rq_sem, rdma->rq_depth); in alloc_rdma()
698 opts.sq_depth + opts.rq_depth + 1, in rdma_create_trans()
713 qp_attr.cap.max_recv_wr = opts.rq_depth; in rdma_create_trans()