Searched refs:IAVF_TX_FLAGS_IPV4 (Results 1 – 2 of 2) sorted by relevance
1993 if (*tx_flags & IAVF_TX_FLAGS_IPV4) { in iavf_tx_enable_csum()2057 *tx_flags &= ~(IAVF_TX_FLAGS_IPV4 | IAVF_TX_FLAGS_IPV6); in iavf_tx_enable_csum()2059 *tx_flags |= IAVF_TX_FLAGS_IPV4; in iavf_tx_enable_csum()2065 if (*tx_flags & IAVF_TX_FLAGS_IPV4) { in iavf_tx_enable_csum()2462 tx_flags |= IAVF_TX_FLAGS_IPV4; in iavf_xmit_frame_ring()
249 #define IAVF_TX_FLAGS_IPV4 BIT(4) macro