Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h165 #define IXGBE_TX_FLAGS_TSO BIT(2) macro
H A Dixgbevf_main.c3826 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3831 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3929 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3953 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c573 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
H A Dixgbe.h148 IXGBE_TX_FLAGS_TSO = 0x02, enumerator
H A Dixgbe_main.c8103 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8108 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8219 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()