Lines Matching refs:rq_depth
88 int rq_depth; member
127 int rq_depth; member
159 if (rdma->rq_depth != P9_RDMA_RQ_DEPTH) in p9_rdma_show_options()
160 seq_printf(m, ",rq=%u", rdma->rq_depth); in p9_rdma_show_options()
184 opts->rq_depth = P9_RDMA_RQ_DEPTH; in parse_opts()
221 opts->rq_depth = option; in parse_opts()
234 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
574 rdma->rq_depth = opts->rq_depth; in alloc_rdma()
579 sema_init(&rdma->rq_sem, rdma->rq_depth); in alloc_rdma()
690 opts.sq_depth + opts.rq_depth + 1, in rdma_create_trans()
705 qp_attr.cap.max_recv_wr = opts.rq_depth; in rdma_create_trans()