Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h237 __le32 fceof_saidx; member
Dixgbevf_main.c1011 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring()
3744 u32 vlan_macip_lens, u32 fceof_saidx, in ixgbevf_tx_ctxtdesc() argument
3759 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc()
3781 u32 fceof_saidx = 0; in ixgbevf_tso() local
3847 fceof_saidx |= itd->pfsa; in ixgbevf_tso()
3855 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso()
3867 u32 fceof_saidx = 0; in ixgbevf_tx_csum() local
3903 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum()
3907 fceof_saidx, type_tucmd, 0); in ixgbevf_tx_csum()
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c1287 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) in ixgbe_tx_ctxtdesc() argument
1301 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbe_tx_ctxtdesc()
Dixgbe_main.c8066 u32 fceof_saidx = 0; in ixgbe_tso() local
8140 fceof_saidx |= itd->sa_idx; in ixgbe_tso()
8148 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso()
8160 u32 fceof_saidx = 0; in ixgbe_tx_csum() local
8198 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum()
8201 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0); in ixgbe_tx_csum()
Dixgbe_type.h2895 __le32 fceof_saidx; member