Home
last modified time | relevance | path

Searched refs:fceof_saidx (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h241 __le32 fceof_saidx; member
H A Dixgbevf_main.c1011 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring()
3782 u32 vlan_macip_lens, u32 fceof_saidx, in ixgbevf_tx_ctxtdesc() argument
3797 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc()
3819 u32 fceof_saidx = 0; in ixgbevf_tso() local
3885 fceof_saidx |= itd->pfsa; in ixgbevf_tso()
3893 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso()
3905 u32 fceof_saidx = 0; in ixgbevf_tx_csum() local
3941 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum()
3945 fceof_saidx, type_tucmd, 0); in ixgbevf_tx_csum()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8719 u32 fceof_saidx = 0; in ixgbe_tso() local
8793 fceof_saidx |= itd->sa_idx; in ixgbe_tso()
8801 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso()
8813 u32 fceof_saidx = 0; in ixgbe_tx_csum() local
8851 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum()
8854 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0); in ixgbe_tx_csum()