Lines Matching refs:num_sge
188 if (--ss->num_sge) in ipath_copy_sge()
227 if (--ss->num_sge) in ipath_skip_sge()
253 u8 num_sge = ss->num_sge; in ipath_count_sge() local
274 if (--num_sge) in ipath_count_sge()
313 if (--ss->num_sge) in ipath_copy_from_sge()
360 if (wr->num_sge > qp->s_max_sge) in ipath_post_one_send()
382 (wr->num_sge == 0 || in ipath_post_one_send()
400 if (wr->num_sge) { in ipath_post_one_send()
403 for (i = 0, j = 0; i < wr->num_sge; i++) { in ipath_post_one_send()
416 wqe->wr.num_sge = j; in ipath_post_one_send()
494 if ((unsigned) wr->num_sge > qp->r_rq.max_sge) { in ipath_post_receive()
513 wqe->num_sge = wr->num_sge; in ipath_post_receive()
514 for (i = 0; i < wr->num_sge; i++) in ipath_post_receive()
788 if (--ss->num_sge) in update_sge()
1285 if (likely(ss->num_sge == 1 && len <= ss->sge.length && in ipath_verbs_send_pio()