Searched refs:I40E_TX_FLAGS_IPV6 (Results 1 – 2 of 2) sorted by relevance
253 #define I40E_TX_FLAGS_IPV6 BIT(5) macro
2888 if (!(tx_flags & (I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6))) in i40e_atr()3284 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()3298 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()3359 *tx_flags &= ~(I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6); in i40e_tx_enable_csum()3363 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()3375 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()