Home
last modified time | relevance | path

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

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c476 newxprt->sc_sq_depth = rq_depth + in svc_rdma_accept()
478 if (newxprt->sc_sq_depth > dev->attrs.max_qp_wr) in svc_rdma_accept()
479 newxprt->sc_sq_depth = dev->attrs.max_qp_wr; in svc_rdma_accept()
480 atomic_set(&newxprt->sc_sq_avail, newxprt->sc_sq_depth); in svc_rdma_accept()
487 newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth, in svc_rdma_accept()
501 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts; in svc_rdma_accept()
514 newxprt->sc_sq_depth, rq_depth); in svc_rdma_accept()
570 dprintk(" sq_depth : %d\n", newxprt->sc_sq_depth); in svc_rdma_accept()
H A Dsvc_rdma_rw.c394 if (cc->cc_sqecount > rdma->sc_sq_depth) in svc_rdma_post_chunk_ctxt()
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h86 unsigned int sc_sq_depth; /* Depth of SQ */ member
/linux/include/trace/events/
H A Drpcrdma.h2217 __entry->depth = rdma->sc_sq_depth;
2259 __entry->depth = rdma->sc_sq_depth;