Searched refs:hash_table_size (Results 1 – 3 of 3) sorted by relevance
701 if (!hw_feat->hash_table_size) { in axgbe_dev_uc_hash_table_set()725 if (!hw_feat->hash_table_size) { in axgbe_dev_uc_all_hash_table_set()1214 dev_info->max_hash_mac_addrs = pdata->hw_feat.hash_table_size; in axgbe_dev_info_get()1236 dev_info->reta_size = pdata->hw_feat.hash_table_size; in axgbe_dev_info_get()1995 hw_feat->hash_table_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()2016 switch (hw_feat->hash_table_size) { in axgbe_get_all_hw_features()2020 hw_feat->hash_table_size = 64; in axgbe_get_all_hw_features()2023 hw_feat->hash_table_size = 128; in axgbe_get_all_hw_features()2026 hw_feat->hash_table_size = 256; in axgbe_get_all_hw_features()
1252 if (hw_feat->hash_table_size) { in axgbe_config_mac_hash_table()1253 pdata->hash_table_shift = 26 - (hw_feat->hash_table_size >> 7); in axgbe_config_mac_hash_table()1254 pdata->hash_table_count = hw_feat->hash_table_size / 32; in axgbe_config_mac_hash_table()
438 unsigned int hash_table_size; /* Hash Table Size */ member