Searched refs:hw_filter_vlan_ctrl (Results 1 – 4 of 4) sorted by relevance
832 if (unlikely(!aq_hw_ops->hw_filter_vlan_ctrl)) in aq_filters_vlans_update()841 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, false); in aq_filters_vlans_update()854 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, in aq_filters_vlans_update()878 if (unlikely(!aq_hw_ops->hw_filter_vlan_ctrl)) in aq_filters_vlan_offload_off()882 err = aq_hw_ops->hw_filter_vlan_ctrl(aq_hw, false); in aq_filters_vlan_offload_off()
280 int (*hw_filter_vlan_ctrl)(struct aq_hw_s *self, bool enable); member
852 .hw_filter_vlan_ctrl = hw_atl2_hw_vlan_ctrl,
1687 .hw_filter_vlan_ctrl = hw_atl_b0_hw_vlan_ctrl,