Searched refs:is_vlan_tx_insert (Results 1 – 3 of 3) sorted by relevance
116 bool is_vlan_tx_insert = !!(features & NETIF_F_HW_VLAN_CTAG_TX); in aq_ndev_set_features() local163 if (aq_cfg->is_vlan_tx_insert != is_vlan_tx_insert) { in aq_ndev_set_features()164 aq_cfg->is_vlan_tx_insert = is_vlan_tx_insert; in aq_ndev_set_features()
39 u8 is_vlan_tx_insert; member
130 cfg->is_vlan_tx_insert = !!(cfg->features & NETIF_F_HW_VLAN_CTAG_TX); in aq_nic_cfg_start()450 if (self->aq_nic_cfg.is_vlan_tx_insert && skb_vlan_tag_present(skb)) { in aq_nic_map_skb()