Home
last modified time | relevance | path

Searched refs:hw_filter_vlan_set (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_filters.c458 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_add_del_fvlan()
830 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_filters_vlans_update()
846 err = aq_hw_ops->hw_filter_vlan_set(aq_hw, in aq_filters_vlans_update()
876 if (unlikely(!aq_hw_ops->hw_filter_vlan_set)) in aq_filters_vlan_offload_off()
885 err = aq_hw_ops->hw_filter_vlan_set(aq_hw, in aq_filters_vlan_offload_off()
H A Daq_main.c354 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_add_vid()
367 if (!aq_nic->aq_hw_ops->hw_filter_vlan_set) in aq_ndo_vlan_rx_kill_vid()
H A Daq_hw.h277 int (*hw_filter_vlan_set)(struct aq_hw_s *self, member
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c851 .hw_filter_vlan_set = hw_atl2_hw_vlan_set,
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1686 .hw_filter_vlan_set = hw_atl_b0_hw_vlan_set,