Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c701 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()
H A Daxgbe_dev.c1252 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()
H A Daxgbe_ethdev.h438 unsigned int hash_table_size; /* Hash Table Size */ member