Searched refs:sge_idx (Results 1 – 6 of 6) sorted by relevance
266 c_tx->sge_idx = 0; in siw_qp_prepare_tx()434 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()441 sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx, in siw_tx_hdt() local469 mem = wqe->mem[sge_idx]; in siw_tx_hdt()563 sge_idx++; in siw_tx_hdt()592 rv = siw_0copy_tx(s, page_array, &wqe->sqe.sge[c_tx->sge_idx], in siw_tx_hdt()621 c_tx->sge_idx = sge_idx; in siw_tx_hdt()650 sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()655 c_tx->sge_idx++; in siw_tx_hdt()
309 frx->sge_idx = 0; in siw_send_check_ntoh()460 sge = &wqe->rqe.sge[frx->sge_idx]; in siw_proc_send()464 frx->sge_idx++; in siw_proc_send()470 mem = &wqe->mem[frx->sge_idx]; in siw_proc_send()510 frx->sge_idx++; in siw_proc_send()
330 unsigned int sge_idx; /* current sge in rx */ member413 int sge_idx; /* current sge in tx */ member
164 unsigned int idx = *sge_idx; in fill_ext_sge_inl_data()212 *sge_idx = idx; in fill_ext_sge_inl_data()253 unsigned int *sge_idx) in set_rc_inl() argument258 unsigned int curr_idx = *sge_idx; in set_rc_inl()293 curr_idx - *sge_idx); in set_rc_inl()296 *sge_idx = curr_idx; in set_rc_inl()518 *sge_idx = curr_idx; in set_ud_wqe()618 *sge_idx = curr_idx; in set_rc_wqe()704 unsigned int sge_idx; in hns_roce_v2_post_send() local719 sge_idx = qp->next_sge; in hns_roce_v2_post_send()[all …]
624 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb() local633 rx_pg = &fp->rx_page_ring[sge_idx]; in bnx2x_fill_frag_skb()638 err = bnx2x_alloc_rx_sge(bp, fp, sge_idx, GFP_ATOMIC); in bnx2x_fill_frag_skb()
3268 u8 sge_idx; member3270 u8 sge_idx;
Completed in 68 milliseconds