Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1038 u32 l2_promisc; in hw_atl_b0_hw_packet_filter_set() local
1040 l2_promisc = IS_FILTER_ENABLED(IFF_PROMISC) || in hw_atl_b0_hw_packet_filter_set()
1042 vlan_promisc = l2_promisc || cfg->is_vlan_force_promisc; in hw_atl_b0_hw_packet_filter_set()
1044 hw_atl_rpfl2promiscuous_mode_en_set(self, l2_promisc); in hw_atl_b0_hw_packet_filter_set()