Searched refs:fceof_saidx (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/ |
| D | defines.h | 237 __le32 fceof_saidx; member
|
| D | ixgbevf_main.c | 1023 context_desc->fceof_saidx = 0; in ixgbevf_xmit_xdp_ring() 3724 u32 vlan_macip_lens, u32 fceof_saidx, in ixgbevf_tx_ctxtdesc() argument 3739 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbevf_tx_ctxtdesc() 3761 u32 fceof_saidx = 0; in ixgbevf_tso() local 3827 fceof_saidx |= itd->pfsa; in ixgbevf_tso() 3835 ixgbevf_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbevf_tso() 3856 u32 fceof_saidx = 0; in ixgbevf_tx_csum() local 3895 fceof_saidx |= itd->pfsa; in ixgbevf_tx_csum() 3899 fceof_saidx, type_tucmd, 0); in ixgbevf_tx_csum()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_lib.c | 1282 u32 fceof_saidx, u32 type_tucmd, u32 mss_l4len_idx) in ixgbe_tx_ctxtdesc() argument 1296 context_desc->fceof_saidx = cpu_to_le32(fceof_saidx); in ixgbe_tx_ctxtdesc()
|
| D | ixgbe_main.c | 7951 u32 fceof_saidx = 0; in ixgbe_tso() local 8016 fceof_saidx |= itd->sa_idx; in ixgbe_tso() 8024 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, in ixgbe_tso() 8045 u32 fceof_saidx = 0; in ixgbe_tx_csum() local 8086 fceof_saidx |= itd->sa_idx; in ixgbe_tx_csum() 8089 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, fceof_saidx, type_tucmd, 0); in ixgbe_tx_csum()
|
| D | ixgbe_type.h | 2887 __le32 fceof_saidx; member
|