Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
A Dhw_atl_a0.c752 #define IS_FILTER_ENABLED(_F_) ((packet_filter & (_F_)) ? 1U : 0U) macro
761 IS_FILTER_ENABLED(IFF_PROMISC)); in hw_atl_a0_hw_packet_filter_set()
763 IS_FILTER_ENABLED(IFF_MULTICAST), 0); in hw_atl_a0_hw_packet_filter_set()
764 hw_atl_rpfl2broadcast_en_set(self, IS_FILTER_ENABLED(IFF_BROADCAST)); in hw_atl_a0_hw_packet_filter_set()
766 cfg->is_mc_list_enabled = IS_FILTER_ENABLED(IFF_MULTICAST); in hw_atl_a0_hw_packet_filter_set()
777 #undef IS_FILTER_ENABLED
A Dhw_atl_b0.c1023 #define IS_FILTER_ENABLED(_F_) ((packet_filter & (_F_)) ? 1U : 0U) macro
1033 l2_promisc = IS_FILTER_ENABLED(IFF_PROMISC) || in hw_atl_b0_hw_packet_filter_set()
1042 IS_FILTER_ENABLED(IFF_ALLMULTI) && in hw_atl_b0_hw_packet_filter_set()
1043 IS_FILTER_ENABLED(IFF_MULTICAST), 0); in hw_atl_b0_hw_packet_filter_set()
1046 IS_FILTER_ENABLED(IFF_ALLMULTI) && in hw_atl_b0_hw_packet_filter_set()
1047 IS_FILTER_ENABLED(IFF_MULTICAST)); in hw_atl_b0_hw_packet_filter_set()
1049 hw_atl_rpfl2broadcast_en_set(self, IS_FILTER_ENABLED(IFF_BROADCAST)); in hw_atl_b0_hw_packet_filter_set()
1061 #undef IS_FILTER_ENABLED
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
A Dhw_atl2.c613 #define IS_FILTER_ENABLED(_F_) ((packet_filter & (_F_)) ? 1U : 0U) macro
618 hw_atl2_hw_new_rx_filter_promisc(self, IS_FILTER_ENABLED(IFF_PROMISC)); in hw_atl2_hw_packet_filter_set()
623 #undef IS_FILTER_ENABLED

Completed in 10 milliseconds