Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c414 unsigned int ctxts, rq_depth; in svc_rdma_accept() local
470 ctxts = 3 * RPCSVC_MAXPAGES; in svc_rdma_accept()
471 newxprt->sc_sq_depth = rq_depth + ctxts; in svc_rdma_accept()
494 qp_attr.cap.max_rdma_ctxs = ctxts; in svc_rdma_accept()
495 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts; in svc_rdma_accept()
565 dprintk(" rdma_rw_ctxs : %d\n", ctxts); in svc_rdma_accept()