Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h240 __le32 fceof_saidx; member
H A Dixgbevf_main.c1011 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring()
3752 u32 vlan_macip_lens, u32 fceof_saidx, in ixgbevf_tx_ctxtdesc() argument
3767 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc()
3789 u32 fceof_saidx = 0; in ixgbevf_tso() local
3855 fceof_saidx |= itd->pfsa; in ixgbevf_tso()
3863 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso()
3875 u32 fceof_saidx = 0; in ixgbevf_tx_csum() local
3911 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum()
3915 fceof_saidx, type_tucm in ixgbevf_tx_csum()
[all...]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1285 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) in ixgbe_tx_ctxtdesc() argument
1300 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbe_tx_ctxtdesc()
H A Dixgbe_type.h2934 __le32 fceof_saidx; member