Searched refs:IAVF_TX_FLAGS_HW_VLAN (Results 1 – 2 of 2) sorted by relevance
246 #define IAVF_TX_FLAGS_HW_VLAN BIT(1) macro
1838 tx_flags |= IAVF_TX_FLAGS_HW_VLAN; in iavf_tx_prepare_vlan_flags()2289 if (tx_flags & IAVF_TX_FLAGS_HW_VLAN) { in iavf_tx_map()