Searched refs:sc_max_sge (Results 1 – 4 of 4) sorted by relevance
501 BUG_ON(sge_no >= xprt->sc_max_sge); in svc_rdma_post_recv()870 newxprt->sc_max_sge = min((size_t)devattr.max_sge, in svc_rdma_accept()914 qp_attr.cap.max_send_sge = newxprt->sc_max_sge; in svc_rdma_accept()915 qp_attr.cap.max_recv_sge = newxprt->sc_max_sge; in svc_rdma_accept()948 newxprt->sc_max_sge = qp_attr.cap.max_send_sge; in svc_rdma_accept()949 newxprt->sc_max_sge = qp_attr.cap.max_recv_sge; in svc_rdma_accept()1076 newxprt->sc_max_sge, in svc_rdma_accept()
402 max_write = xprt->sc_max_sge * PAGE_SIZE; in send_write_chunks()477 max_write = xprt->sc_max_sge * PAGE_SIZE; in send_reply_chunks()626 BUG_ON(sge_no > rdma->sc_max_sge); in send_reply()
350 return min_t(int, sge_count, xprt->sc_max_sge); in rdma_read_max_sge()
136 int sc_max_sge; member