Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h165 #define IXGBE_TX_FLAGS_TSO BIT(2) macro
Dixgbevf_main.c3799 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3804 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3914 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3938 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h141 IXGBE_TX_FLAGS_TSO = 0x02, enumerator
Dixgbe_fcoe.c572 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
Dixgbe_main.c7989 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
7994 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8109 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()