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

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c432 newxprt->sc_sq_depth = rq_depth + ctxts;
433 if (newxprt->sc_sq_depth > dev->attrs.max_qp_wr)
434 newxprt->sc_sq_depth = dev->attrs.max_qp_wr;
435 atomic_set(&newxprt->sc_sq_avail, newxprt->sc_sq_depth);
442 newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth,
456 qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts;
469 newxprt->sc_sq_depth, rq_depth);
525 dprintk(" sq_depth : %d\n", newxprt->sc_sq_depth);
H A Dsvc_rdma_rw.c373 if (cc->cc_sqecount > rdma->sc_sq_depth)
/linux-master/include/linux/sunrpc/
H A Dsvc_rdma.h84 unsigned int sc_sq_depth; /* Depth of SQ */ member in struct:svcxprt_rdma
/linux-master/include/trace/events/
H A Drpcrdma.h2171 __entry->depth = rdma->sc_sq_depth;
2213 __entry->depth = rdma->sc_sq_depth;

Completed in 114 milliseconds