Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp_tx.c266 c_tx->sge_idx = 0; in siw_qp_prepare_tx()
427 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
434 sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx, in siw_tx_hdt() local
462 mem = wqe->mem[sge_idx]; in siw_tx_hdt()
553 sge_idx++; in siw_tx_hdt()
582 rv = siw_0copy_tx(s, page_array, &wqe->sqe.sge[c_tx->sge_idx], in siw_tx_hdt()
611 c_tx->sge_idx = sge_idx; in siw_tx_hdt()
640 sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
645 c_tx->sge_idx++; in siw_tx_hdt()
Dsiw_qp_rx.c308 frx->sge_idx = 0; in siw_send_check_ntoh()
459 sge = &wqe->rqe.sge[frx->sge_idx]; in siw_proc_send()
463 frx->sge_idx++; in siw_proc_send()
469 mem = &wqe->mem[frx->sge_idx]; in siw_proc_send()
509 frx->sge_idx++; in siw_proc_send()
Dsiw.h343 unsigned int sge_idx; /* current sge in rx */ member
426 int sge_idx; /* current sge in tx */ member
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c623 u16 sge_idx = RX_SGE(le16_to_cpu(cqe->sgl_or_raw_data.sgl[j])); in bnx2x_fill_frag_skb() local
632 rx_pg = &fp->rx_page_ring[sge_idx]; in bnx2x_fill_frag_skb()
637 err = bnx2x_alloc_rx_sge(bp, fp, sge_idx, GFP_ATOMIC); in bnx2x_fill_frag_skb()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dcnic_defs.h3268 u8 sge_idx; member
3270 u8 sge_idx;