Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h237 __le32 fceof_saidx; member
H A Dixgbevf_main.c1016 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring()
3734 u32 vlan_macip_lens, u32 fceof_saidx, in ixgbevf_tx_ctxtdesc() argument
3749 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc()
3771 u32 fceof_saidx = 0; in ixgbevf_tso() local
3837 fceof_saidx |= itd->pfsa; in ixgbevf_tso()
3845 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso()
3866 u32 fceof_saidx = 0; in ixgbevf_tx_csum() local
3905 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum()
3909 fceof_saidx, type_tucmd, 0); in ixgbevf_tx_csum()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1280 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) in ixgbe_tx_ctxtdesc() argument
1294 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbe_tx_ctxtdesc()
H A Dixgbe_main.c7968 u32 fceof_saidx = 0; in ixgbe_tso() local
8042 fceof_saidx |= itd->sa_idx; in ixgbe_tso()
8050 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso()
8071 u32 fceof_saidx = 0; in ixgbe_tx_csum() local
8112 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum()
8115 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0); in ixgbe_tx_csum()
H A Dixgbe_type.h2887 __le32 fceof_saidx; member