Home
last modified time | relevance | path

Searched refs:sc_max_sge (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c501 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()
Dsvc_rdma_sendto.c402 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()
Dsvc_rdma_recvfrom.c350 return min_t(int, sge_count, xprt->sc_max_sge); in rdma_read_max_sge()
/linux-3.4.99/include/linux/sunrpc/
Dsvc_rdma.h136 int sc_max_sge; member