Home
last modified time | relevance | path

Searched refs:sc_sq_depth (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c536 cma_xprt->sc_sq_depth = svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT; in rdma_create_xprt()
928 newxprt->sc_sq_depth = RPCRDMA_SQ_DEPTH_MULT * newxprt->sc_max_requests; in svc_rdma_accept()
942 cq_attr.cqe = newxprt->sc_sq_depth; in svc_rdma_accept()
966 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth; in svc_rdma_accept()
1115 newxprt->sc_sq_depth, in svc_rdma_accept()
1274 if (xprt->sc_sq_depth < atomic_read(&xprt->sc_sq_count) + wr_count) { in svc_rdma_send()
1284 xprt->sc_sq_depth); in svc_rdma_send()
1304 xprt->sc_sq_depth); in svc_rdma_send()
/linux-4.4.14/include/linux/sunrpc/
Dsvc_rdma.h135 int sc_sq_depth; /* Depth of SQ */ member