Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c418 newxprt->sc_sq_depth = rq_depth + ctxts; in svc_rdma_accept()
419 if (newxprt->sc_sq_depth > dev->attrs.max_qp_wr) { in svc_rdma_accept()
422 newxprt->sc_sq_depth = dev->attrs.max_qp_wr; in svc_rdma_accept()
424 atomic_set(&newxprt->sc_sq_avail, newxprt->sc_sq_depth); in svc_rdma_accept()
431 newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth, in svc_rdma_accept()
445 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts; in svc_rdma_accept()
514 dprintk(" sq_depth : %d\n", newxprt->sc_sq_depth); in svc_rdma_accept()
Dsvc_rdma_rw.c344 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
/Linux-v5.10/include/linux/sunrpc/
Dsvc_rdma.h85 unsigned int sc_sq_depth; /* Depth of SQ */ member
/Linux-v5.10/include/trace/events/
Drpcrdma.h1893 __entry->depth = rdma->sc_sq_depth;
1929 __entry->depth = rdma->sc_sq_depth;