Searched refs:IAVF_TX_FLAGS_IPV6 (Results 1 – 2 of 2) sorted by relevance
2011 } else if (*tx_flags & IAVF_TX_FLAGS_IPV6) { in iavf_tx_enable_csum()2069 *tx_flags &= ~(IAVF_TX_FLAGS_IPV4 | IAVF_TX_FLAGS_IPV6); in iavf_tx_enable_csum()2073 *tx_flags |= IAVF_TX_FLAGS_IPV6; in iavf_tx_enable_csum()2085 } else if (*tx_flags & IAVF_TX_FLAGS_IPV6) { in iavf_tx_enable_csum()2481 tx_flags |= IAVF_TX_FLAGS_IPV6; in iavf_xmit_frame_ring()
250 #define IAVF_TX_FLAGS_IPV6 BIT(5) macro