Home
last modified time | relevance | path

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

/linux-4.1.27/net/9p/
Dtrans_rdma.c102 int rq_depth; member
140 int rq_depth; member
181 opts->rq_depth = P9_RDMA_RQ_DEPTH; in parse_opts()
218 opts->rq_depth = option; in parse_opts()
231 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); in parse_opts()
590 rdma->rq_depth = opts->rq_depth; in alloc_rdma()
595 sema_init(&rdma->rq_sem, rdma->rq_depth); in alloc_rdma()
710 opts.sq_depth + opts.rq_depth + 1, 0); in rdma_create_trans()
736 qp_attr.cap.max_recv_wr = opts.rq_depth; in rdma_create_trans()
/linux-4.1.27/drivers/infiniband/hw/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()