Searched refs:is_vlan_rx_strip (Results 1 – 4 of 4) 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()
753 u32 vlan_rx_stripping = self->aq_nic_cfg->is_vlan_rx_strip; in hw_atl_b0_hw_ring_rx_init()953 if (self->aq_nic_cfg->is_vlan_rx_strip && in hw_atl_b0_hw_ring_rx_receive()