Home
last modified time | relevance | path

Searched refs:rq_depth (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/9p/
Dtrans_rdma.c100 int rq_depth; member
138 int rq_depth; member
179 opts->rq_depth = P9_RDMA_RQ_DEPTH; in parse_opts()
216 opts->rq_depth = option; in parse_opts()
229 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
585 rdma->rq_depth = opts->rq_depth; in alloc_rdma()
590 sema_init(&rdma->rq_sem, rdma->rq_depth); in alloc_rdma()
698 cq_attr.cqe = opts.sq_depth + opts.rq_depth + 1; in rdma_create_trans()
716 qp_attr.cap.max_recv_wr = opts.rq_depth; in rdma_create_trans()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_wr.h595 __be32 rq_depth; member
610 __be32 rq_depth; member
641 u32 rq_depth; member
674 __be32 rq_depth; member
683 u32 rq_depth; member
Dc2_qp.c161 wr.rq_depth = cpu_to_be32(C2_QP_NO_ATTR_CHANGE); in c2_qp_modify()
272 wr.rq_depth = cpu_to_be32(C2_QP_NO_ATTR_CHANGE); in c2_qp_set_read_limits()
465 wr.rq_depth = cpu_to_be32(qp_attrs->cap.max_recv_wr + 1); in c2_alloc_qp()
534 q_size = be32_to_cpu(reply->rq_depth); in c2_alloc_qp()