Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h251 #define I40E_TX_FLAGS_IPV6 BIT(5) macro
Di40e_txrx.c2823 if (!(tx_flags & (I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6))) in i40e_atr()
3221 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()
3235 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()
3296 *tx_flags &= ~(I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6); in i40e_tx_enable_csum()
3300 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()
3312 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()