Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h164 #define IXGBE_TX_FLAGS_TSO BIT(2) macro
Dixgbevf_main.c3774 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3779 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3876 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3896 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_olinfo_status()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h143 IXGBE_TX_FLAGS_TSO = 0x02, enumerator
Dixgbe_fcoe.c572 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
Dixgbe_main.c7877 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
7882 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
7997 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()