Lines Matching refs:num_sge
143 send->s_wr.num_sge = 1; in rds_iw_send_init_ring()
269 send->s_wr.num_sge = 1; in rds_iw_send_cq_comp_handler()
459 send->s_wr.num_sge = 2; in rds_iw_xmit_populate_wr()
474 send->s_wr.num_sge = 1; in rds_iw_xmit_populate_wr()
687 &send->s_wr, send->s_wr.num_sge, send->s_wr.next); in rds_iw_xmit()
805 int num_sge; in rds_iw_xmit_rdma() local
858 num_sge = op->op_count; in rds_iw_xmit_rdma()
886 if (num_sge > rds_iwdev->max_sge) { in rds_iw_xmit_rdma()
887 send->s_wr.num_sge = rds_iwdev->max_sge; in rds_iw_xmit_rdma()
888 num_sge -= rds_iwdev->max_sge; in rds_iw_xmit_rdma()
890 send->s_wr.num_sge = num_sge; in rds_iw_xmit_rdma()
897 for (j = 0; j < send->s_wr.num_sge && scat != &op->op_sg[op->op_count]; j++) { in rds_iw_xmit_rdma()
916 send->s_wr.num_sge = 1; in rds_iw_xmit_rdma()
923 &send->s_wr, send->s_wr.num_sge, send->s_wr.next); in rds_iw_xmit_rdma()