Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c482 cma_xprt->sc_max_requests = svcrdma_max_requests; in rdma_create_xprt()
887 newxprt->sc_max_requests = min((size_t)devattr.max_qp_wr, in svc_rdma_accept()
889 newxprt->sc_sq_depth = RPCRDMA_SQ_DEPTH_MULT * newxprt->sc_max_requests; in svc_rdma_accept()
917 newxprt->sc_max_requests, in svc_rdma_accept()
928 qp_attr.cap.max_recv_wr = newxprt->sc_max_requests; in svc_rdma_accept()
1033 for (i = 0; i < newxprt->sc_max_requests; i++) { in svc_rdma_accept()
1084 newxprt->sc_max_requests, in svc_rdma_accept()
Dsvc_rdma_marshal.c278 *va++ = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_error()
363 rdma_resp->rm_credit = htonl(xprt->sc_max_requests); in svc_rdma_xdr_encode_reply_header()
/linux-4.1.27/include/linux/sunrpc/
Dsvc_rdma.h139 int sc_max_requests; /* Depth of RQ */ member