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

/linux-4.1.27/net/9p/
H A Dtrans_rdma.c75 * @rq_depth: The depth of the Receive Queue.
102 int rq_depth; member in struct:p9_trans_rdma
134 * @rq_depth: The depth of the RQ. Should be greater than or equal to SQ depth
140 int rq_depth; member in struct:p9_rdma_opts
181 opts->rq_depth = P9_RDMA_RQ_DEPTH; parse_opts()
218 opts->rq_depth = option; parse_opts()
231 opts->rq_depth = max(opts->rq_depth, opts->sq_depth); parse_opts()
590 rdma->rq_depth = opts->rq_depth; alloc_rdma()
595 sema_init(&rdma->rq_sem, rdma->rq_depth); alloc_rdma()
710 opts.sq_depth + opts.rq_depth + 1, 0); rdma_create_trans()
736 qp_attr.cap.max_recv_wr = opts.rq_depth; rdma_create_trans()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h595 __be32 rq_depth; member in struct:c2wr_qp_create_req
610 __be32 rq_depth; member in struct:c2wr_qp_create_rep
641 u32 rq_depth; member in struct:c2wr_qp_query_rep
674 __be32 rq_depth; member in struct:c2wr_qp_modify_req
683 u32 rq_depth; member in struct:c2wr_qp_modify_rep
H A Dc2_qp.c161 wr.rq_depth = cpu_to_be32(C2_QP_NO_ATTR_CHANGE); c2_qp_modify()
272 wr.rq_depth = cpu_to_be32(C2_QP_NO_ATTR_CHANGE); c2_qp_set_read_limits()
465 wr.rq_depth = cpu_to_be32(qp_attrs->cap.max_recv_wr + 1); c2_alloc_qp()
534 q_size = be32_to_cpu(reply->rq_depth); c2_alloc_qp()

Completed in 157 milliseconds