Home
last modified time | relevance | path

Searched refs:ICE_TX_FLAGS_IPV6 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1834 first->tx_flags |= ICE_TX_FLAGS_IPV6; in ice_tx_csum()
1846 } else if (first->tx_flags & ICE_TX_FLAGS_IPV6) { in ice_tx_csum()
1911 first->tx_flags &= ~(ICE_TX_FLAGS_IPV4 | ICE_TX_FLAGS_IPV6); in ice_tx_csum()
1915 first->tx_flags |= ICE_TX_FLAGS_IPV6; in ice_tx_csum()
1929 } else if (first->tx_flags & ICE_TX_FLAGS_IPV6) { in ice_tx_csum()
H A Dice_txrx.h127 #define ICE_TX_FLAGS_IPV6 BIT(6) macro