Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c258 c_tx->sge_idx = 0; in siw_qp_prepare_tx()
441 struct siw_sge *sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
447 sge_off = c_tx->sge_off, sge_idx = c_tx->sge_idx, in siw_tx_hdt() local
475 mem = wqe->mem[sge_idx]; in siw_tx_hdt()
564 sge_idx++; in siw_tx_hdt()
593 rv = siw_0copy_tx(s, page_array, &wqe->sqe.sge[c_tx->sge_idx], in siw_tx_hdt()
624 c_tx->sge_idx = sge_idx; in siw_tx_hdt()
653 sge = &wqe->sqe.sge[c_tx->sge_idx]; in siw_tx_hdt()
658 c_tx->sge_idx++; in siw_tx_hdt()
/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;
/linux/net/core/
H A Dfilter.c3106 u32 sge_idx = i; in BPF_CALL_4() local
3136 sk_msg_clear_elem_copy(msg, sge_idx); in BPF_CALL_4()