Home
last modified time | relevance | path

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

/Linux-v6.6/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c397 newxprt->sc_max_send_sges = 3; in svc_rdma_accept()
399 newxprt->sc_max_send_sges += (svcrdma_max_req_size / PAGE_SIZE) + 1; in svc_rdma_accept()
400 if (newxprt->sc_max_send_sges > dev->attrs.max_send_sge) in svc_rdma_accept()
401 newxprt->sc_max_send_sges = dev->attrs.max_send_sge; in svc_rdma_accept()
448 qp_attr.cap.max_send_sge = newxprt->sc_max_send_sges; in svc_rdma_accept()
514 dprintk(" max_sge : %d\n", newxprt->sc_max_send_sges); in svc_rdma_accept()
Dsvc_rdma_sendto.c132 ctxt = kmalloc_node(struct_size(ctxt, sc_sges, rdma->sc_max_send_sges), in svc_rdma_send_ctxt_alloc()
156 for (i = 0; i < rdma->sc_max_send_sges; i++) in svc_rdma_send_ctxt_alloc()
682 return args.pd_num_sges >= rdma->sc_max_send_sges; in svc_rdma_pull_up_needed()
/Linux-v6.6/include/linux/sunrpc/
Dsvc_rdma.h79 int sc_max_send_sges; member