Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h165 #define IXGBE_TX_FLAGS_TSO BIT(2) macro
Dixgbevf_main.c3825 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3830 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbevf_tso()
3928 if (tx_flags & IXGBE_TX_FLAGS_TSO) in ixgbevf_tx_cmd_type()
3952 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_IPSEC)) in ixgbevf_tx_olinfo_status()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h148 IXGBE_TX_FLAGS_TSO = 0x02, enumerator
Dixgbe_fcoe.c573 first->tx_flags |= IXGBE_TX_FLAGS_TSO; in ixgbe_fso()
Dixgbe_main.c8130 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8135 first->tx_flags |= IXGBE_TX_FLAGS_TSO | in ixgbe_tso()
8246 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSO, in ixgbe_tx_cmd_type()