Searched refs:sc_max_send_sges (Results 1 – 3 of 3) sorted by relevance
136 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()588 if (++ctxt->sc_cur_sge_no >= rdma->sc_max_send_sges) in svc_rdma_map_reply_msg()620 if (++ctxt->sc_cur_sge_no >= rdma->sc_max_send_sges) in svc_rdma_map_reply_msg()635 if (++ctxt->sc_cur_sge_no >= rdma->sc_max_send_sges) in svc_rdma_map_reply_msg()
478 newxprt->sc_max_send_sges = dev->attrs.max_send_sge; in svc_rdma_accept()480 if (newxprt->sc_max_send_sges < 4) { in svc_rdma_accept()482 newxprt->sc_max_send_sges); in svc_rdma_accept()532 qp_attr.cap.max_send_sge = newxprt->sc_max_send_sges; in svc_rdma_accept()593 dprintk(" max_sge : %d\n", newxprt->sc_max_send_sges); in svc_rdma_accept()
79 int sc_max_send_sges; member