Searched refs:hw_atl_rpfl2_uc_flr_en_set (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_a0.c | 300 hw_atl_rpfl2_uc_flr_en_set(self, (i == 0U) ? 1U : 0U, i); in hw_atl_a0_hw_init_rx_path() 340 hw_atl_rpfl2_uc_flr_en_set(self, 0U, HW_ATL_A0_MAC); in hw_atl_a0_hw_mac_addr_set() 343 hw_atl_rpfl2_uc_flr_en_set(self, 1U, HW_ATL_A0_MAC); in hw_atl_a0_hw_mac_addr_set() 769 hw_atl_rpfl2_uc_flr_en_set(self, in hw_atl_a0_hw_packet_filter_set() 798 hw_atl_rpfl2_uc_flr_en_set(self, 0U, HW_ATL_A0_MAC_MIN + i); in hw_atl_a0_hw_multicast_list_set() 808 hw_atl_rpfl2_uc_flr_en_set(self, in hw_atl_a0_hw_multicast_list_set()
|
D | hw_atl_b0.c | 503 hw_atl_rpfl2_uc_flr_en_set(self, (i == 0U) ? 1U : 0U, i); in hw_atl_b0_hw_init_rx_path() 550 hw_atl_rpfl2_uc_flr_en_set(self, 0U, HW_ATL_B0_MAC); in hw_atl_b0_hw_mac_addr_set() 553 hw_atl_rpfl2_uc_flr_en_set(self, 1U, HW_ATL_B0_MAC); in hw_atl_b0_hw_mac_addr_set() 1060 hw_atl_rpfl2_uc_flr_en_set(self, in hw_atl_b0_hw_packet_filter_set() 1091 hw_atl_rpfl2_uc_flr_en_set(self, 0U, HW_ATL_B0_MAC_MIN + i); in hw_atl_b0_hw_multicast_list_set() 1099 hw_atl_rpfl2_uc_flr_en_set(self, in hw_atl_b0_hw_multicast_list_set()
|
D | hw_atl_llh.h | 384 void hw_atl_rpfl2_uc_flr_en_set(struct aq_hw_s *aq_hw, u32 l2unicast_flr_en,
|
D | hw_atl_llh.c | 766 void hw_atl_rpfl2_uc_flr_en_set(struct aq_hw_s *aq_hw, u32 l2unicast_flr_en, in hw_atl_rpfl2_uc_flr_en_set() function
|
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
D | hw_atl2.c | 502 hw_atl_rpfl2_uc_flr_en_set(self, (i == 0U) ? 1U : 0U, i); in hw_atl2_hw_init_rx_path() 646 hw_atl_rpfl2_uc_flr_en_set(self, 0U, HW_ATL2_MAC_MIN + i); in hw_atl2_hw_multicast_list_set() 656 hw_atl_rpfl2_uc_flr_en_set(self, (cfg->is_mc_list_enabled), in hw_atl2_hw_multicast_list_set()
|