Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h165 #define IXGBE_TX_FLAGS_TSO BIT(2) macro
Dixgbevf_main.c3801 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3806 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3904 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3928 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h141 IXGBE_TX_FLAGS_TSO = 0x02, enumerator
Dixgbe_fcoe.c573 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
Dixgbe_main.c8001 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8006 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8117 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()