Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c424 newxprt->sc_max_send_sges = 3; in svc_rdma_accept()
426 newxprt->sc_max_send_sges += (svcrdma_max_req_size / PAGE_SIZE) + 1; in svc_rdma_accept()
427 if (newxprt->sc_max_send_sges > dev->attrs.max_send_sge) in svc_rdma_accept()
428 newxprt->sc_max_send_sges = dev->attrs.max_send_sge; in svc_rdma_accept()
476 qp_attr.cap.max_send_sge = newxprt->sc_max_send_sges; in svc_rdma_accept()
538 dprintk(" max_sge : %d\n", newxprt->sc_max_send_sges); in svc_rdma_accept()
Dsvc_rdma_sendto.c136 size += rdma->sc_max_send_sges * sizeof(struct ib_sge); in svc_rdma_send_ctxt_alloc()
156 for (i = 0; i < rdma->sc_max_send_sges; i++) in svc_rdma_send_ctxt_alloc()
569 return elements >= rdma->sc_max_send_sges; in svc_rdma_pull_up_needed()
/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h80 int sc_max_send_sges; member