Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c441 newxprt->sc_max_requests = svcrdma_max_requests; in svc_rdma_accept()
444 newxprt->sc_fc_credits = cpu_to_be32(newxprt->sc_max_requests); in svc_rdma_accept()
456 rq_depth = newxprt->sc_max_requests + newxprt->sc_max_bc_requests + in svc_rdma_accept()
461 newxprt->sc_max_requests = rq_depth - 2; in svc_rdma_accept()
566 dprintk(" max_requests : %d\n", newxprt->sc_max_requests); in svc_rdma_accept()
Dsvc_rdma_recvfrom.c309 total = (rdma->sc_max_requests * 2) + rdma->sc_recv_batch; in svc_rdma_post_recvs()
319 return svc_rdma_refresh_recvs(rdma, rdma->sc_max_requests); in svc_rdma_post_recvs()
352 if (rdma->sc_pending_recvs < rdma->sc_max_requests) in svc_rdma_wc_receive()
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h88 u32 sc_max_requests; /* Max requests */ member