Searched refs:is_vlan_tx_insert (Results 1 – 3 of 3) sorted by relevance
142 bool is_vlan_tx_insert = !!(features & NETIF_F_HW_VLAN_CTAG_TX); in aq_ndev_set_features() local190 if (aq_cfg->is_vlan_tx_insert != is_vlan_tx_insert) { in aq_ndev_set_features()191 aq_cfg->is_vlan_tx_insert = is_vlan_tx_insert; in aq_ndev_set_features()
55 u8 is_vlan_tx_insert; member
149 cfg->is_vlan_tx_insert = !!(cfg->features & NETIF_F_HW_VLAN_CTAG_TX); in aq_nic_cfg_start()611 if (cfg->is_vlan_tx_insert && skb_vlan_tag_present(skb)) { in aq_nic_map_skb()