Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c670 if (!hw_feat->hash_table_size) { in axgbe_dev_uc_hash_table_set()
694 if (!hw_feat->hash_table_size) { in axgbe_dev_uc_all_hash_table_set()
1162 dev_info->max_hash_mac_addrs = pdata->hw_feat.hash_table_size; in axgbe_dev_info_get()
1180 dev_info->reta_size = pdata->hw_feat.hash_table_size; in axgbe_dev_info_get()
1803 hw_feat->hash_table_size = AXGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in axgbe_get_all_hw_features()
1818 switch (hw_feat->hash_table_size) { in axgbe_get_all_hw_features()
1822 hw_feat->hash_table_size = 64; in axgbe_get_all_hw_features()
1825 hw_feat->hash_table_size = 128; in axgbe_get_all_hw_features()
1828 hw_feat->hash_table_size = 256; in axgbe_get_all_hw_features()
H A Daxgbe_dev.c1108 if (hw_feat->hash_table_size) { in axgbe_config_mac_hash_table()
1109 pdata->hash_table_shift = 26 - (hw_feat->hash_table_size >> 7); in axgbe_config_mac_hash_table()
1110 pdata->hash_table_count = hw_feat->hash_table_size / 32; in axgbe_config_mac_hash_table()
H A Daxgbe_ethdev.h426 unsigned int hash_table_size; /* Hash Table Size */ member