Searched refs:is_vlan_rx_strip (Results 1 – 3 of 3) sorted by relevance
159 bool is_vlan_rx_strip = !!(features & NETIF_F_HW_VLAN_CTAG_RX); in aq_ndev_set_features() local202 if (aq_cfg->is_vlan_rx_strip != is_vlan_rx_strip) { in aq_ndev_set_features()203 aq_cfg->is_vlan_rx_strip = is_vlan_rx_strip; in aq_ndev_set_features()
58 u8 is_vlan_rx_strip; member
148 cfg->is_vlan_rx_strip = !!(cfg->features & NETIF_F_HW_VLAN_CTAG_RX); in aq_nic_cfg_start()