Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h251 #define I40E_TX_FLAGS_IPV6 BIT(5) macro
Di40e_txrx.c2903 if (!(tx_flags & (I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6))) in i40e_atr()
3301 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()
3315 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()
3376 *tx_flags &= ~(I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6); in i40e_tx_enable_csum()
3380 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()
3392 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()