Searched refs:I40E_TX_FLAGS_IPV6 (Results 1 – 2 of 2) sorted by relevance
253 #define I40E_TX_FLAGS_IPV6 BIT(5) macro
2939 if (!(tx_flags & (I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6))) in i40e_atr()3337 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()3351 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()3412 *tx_flags &= ~(I40E_TX_FLAGS_IPV4 | I40E_TX_FLAGS_IPV6); in i40e_tx_enable_csum()3416 *tx_flags |= I40E_TX_FLAGS_IPV6; in i40e_tx_enable_csum()3428 } else if (*tx_flags & I40E_TX_FLAGS_IPV6) { in i40e_tx_enable_csum()