Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c1267 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) in ixgbe_tx_ctxtdesc() argument
1281 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbe_tx_ctxtdesc()
Dixgbe_main.c7839 u32 fceof_saidx = 0; in ixgbe_tso() local
7904 fceof_saidx |= itd->sa_idx; in ixgbe_tso()
7912 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso()
7933 u32 fceof_saidx = 0; in ixgbe_tx_csum() local
7974 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum()
7977 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0); in ixgbe_tx_csum()
Dixgbe_type.h2876 __le32 fceof_saidx; member