Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c405 newxprt->sc_max_requests = svcrdma_max_requests; in svc_rdma_accept()
407 rq_depth = newxprt->sc_max_requests + newxprt->sc_max_bc_requests; in svc_rdma_accept()
412 newxprt->sc_max_requests = rq_depth - 2; in svc_rdma_accept()
415 newxprt->sc_fc_credits = cpu_to_be32(newxprt->sc_max_requests); in svc_rdma_accept()
417 ctxts *= newxprt->sc_max_requests; in svc_rdma_accept()
516 dprintk(" max_requests : %d\n", newxprt->sc_max_requests); in svc_rdma_accept()
Dsvc_rdma_recvfrom.c296 for (i = 0; i < rdma->sc_max_requests; i++) { in svc_rdma_post_recvs()
/Linux-v5.10/include/linux/sunrpc/
Dsvc_rdma.h87 u32 sc_max_requests; /* Max requests */ member