Lines Matching refs:sge_idx
192 unsigned int *sge_idx, u32 msg_len) in fill_ext_sge_inl_data() argument
196 unsigned int idx = *sge_idx; in fill_ext_sge_inl_data()
244 *sge_idx = idx; in fill_ext_sge_inl_data()
285 unsigned int *sge_idx) in set_rc_inl() argument
290 unsigned int curr_idx = *sge_idx; in set_rc_inl()
320 hr_reg_write(rc_sq_wqe, RC_SEND_WQE_SGE_NUM, curr_idx - *sge_idx); in set_rc_inl()
323 *sge_idx = curr_idx; in set_rc_inl()
468 void *wqe, unsigned int *sge_idx, in set_ud_wqe() argument
473 unsigned int curr_idx = *sge_idx; in set_ud_wqe()
517 *sge_idx = curr_idx; in set_ud_wqe()
570 void *wqe, unsigned int *sge_idx, in set_rc_wqe() argument
575 unsigned int curr_idx = *sge_idx; in set_rc_wqe()
618 *sge_idx = curr_idx; in set_rc_wqe()
702 unsigned int sge_idx; in hns_roce_v2_post_send() local
717 sge_idx = qp->next_sge; in hns_roce_v2_post_send()
743 ret = set_rc_wqe(qp, wr, wqe, &sge_idx, owner_bit); in hns_roce_v2_post_send()
745 ret = set_ud_wqe(qp, wr, wqe, &sge_idx, owner_bit); in hns_roce_v2_post_send()
756 qp->next_sge = sge_idx; in hns_roce_v2_post_send()