sc_sq_depth        84 include/linux/sunrpc/svc_rdma.h 	unsigned int	     sc_sq_depth;	/* Depth of SQ */
sc_sq_depth      1819 include/trace/events/rpcrdma.h 		__entry->depth = rdma->sc_sq_depth;
sc_sq_depth      1855 include/trace/events/rpcrdma.h 		__entry->depth = rdma->sc_sq_depth;
sc_sq_depth       308 net/sunrpc/xprtrdma/svc_rdma_rw.c 	if (cc->cc_sqecount > rdma->sc_sq_depth)
sc_sq_depth       442 net/sunrpc/xprtrdma/svc_rdma_transport.c 	newxprt->sc_sq_depth = rq_depth + ctxts;
sc_sq_depth       443 net/sunrpc/xprtrdma/svc_rdma_transport.c 	if (newxprt->sc_sq_depth > dev->attrs.max_qp_wr) {
sc_sq_depth       446 net/sunrpc/xprtrdma/svc_rdma_transport.c 		newxprt->sc_sq_depth = dev->attrs.max_qp_wr;
sc_sq_depth       448 net/sunrpc/xprtrdma/svc_rdma_transport.c 	atomic_set(&newxprt->sc_sq_avail, newxprt->sc_sq_depth);
sc_sq_depth       455 net/sunrpc/xprtrdma/svc_rdma_transport.c 	newxprt->sc_sq_cq = ib_alloc_cq_any(dev, newxprt, newxprt->sc_sq_depth,
sc_sq_depth       473 net/sunrpc/xprtrdma/svc_rdma_transport.c 	qp_attr.cap.max_send_wr = newxprt->sc_sq_depth - ctxts;
sc_sq_depth       538 net/sunrpc/xprtrdma/svc_rdma_transport.c 	dprintk("    sq_depth        : %d\n", newxprt->sc_sq_depth);