Searched refs:sc_max_send_sges (Results 1 – 3 of 3) sorted by relevance
451 newxprt->sc_max_send_sges = 3; in svc_rdma_accept()453 newxprt->sc_max_send_sges += (svcrdma_max_req_size / PAGE_SIZE) + 1; in svc_rdma_accept()454 if (newxprt->sc_max_send_sges > dev->attrs.max_send_sge) in svc_rdma_accept()455 newxprt->sc_max_send_sges = dev->attrs.max_send_sge; in svc_rdma_accept()497 qp_attr.cap.max_send_sge = newxprt->sc_max_send_sges; in svc_rdma_accept()514 newxprt->sc_max_send_sges = qp_attr.cap.max_send_sge; in svc_rdma_accept()563 dprintk(" max_sge : %d\n", newxprt->sc_max_send_sges); in svc_rdma_accept()
125 ctxt = kzalloc_node(struct_size(ctxt, sc_sges, rdma->sc_max_send_sges), in svc_rdma_send_ctxt_alloc()150 for (i = 0; i < rdma->sc_max_send_sges; i++) in svc_rdma_send_ctxt_alloc()722 return args.pd_num_sges >= rdma->sc_max_send_sges; in svc_rdma_pull_up_needed()
82 int sc_max_send_sges; member