Home
last modified time | relevance | path

Searched refs:sge_idx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c260 c_tx->sge_idx = 0; in siw_qp_prepare_tx()
433 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
440 sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx, in siw_tx_hdt() local
468 mem = wqe->mem[sge_idx]; in siw_tx_hdt()
560 sge_idx++; in siw_tx_hdt()
589 rv = siw_0copy_tx(s, page_array, &wqe->sqe.sge[c_tx->sge_idx], in siw_tx_hdt()
618 c_tx->sge_idx = sge_idx; in siw_tx_hdt()
647 sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
652 c_tx->sge_idx++; in siw_tx_hdt()
H A Dsiw_qp_rx.c309 frx->sge_idx = 0; in siw_send_check_ntoh()
474 sge = &wqe->rqe.sge[frx->sge_idx]; in siw_proc_send()
478 frx->sge_idx++; in siw_proc_send()
484 mem = &wqe->mem[frx->sge_idx]; in siw_proc_send()
515 frx->sge_idx++; in siw_proc_send()
H A Dsiw.h330 unsigned int sge_idx; /* current sge in rx */ member
413 int sge_idx; /* current sge in tx */ member
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c196 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()
323 *sge_idx = curr_idx; in set_rc_inl()
469 unsigned int curr_idx = *sge_idx; in set_ud_wqe()
513 *sge_idx = curr_idx; in set_ud_wqe()
609 *sge_idx = curr_idx; in set_rc_wqe()
693 unsigned int sge_idx; in hns_roce_v2_post_send() local
708 sge_idx = qp->next_sge; in hns_roce_v2_post_send()
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c624 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb() local
633 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()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h3268 u8 sge_idx; member
3270 u8 sge_idx;