Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-drv.c181 hw_feat->hash_table_size = XGMAC_GET_BITS(mac_hfr1, MAC_HWF1R, in xgbe_get_all_hw_features()
195 switch (hw_feat->hash_table_size) { in xgbe_get_all_hw_features()
199 hw_feat->hash_table_size = 64; in xgbe_get_all_hw_features()
202 hw_feat->hash_table_size = 128; in xgbe_get_all_hw_features()
205 hw_feat->hash_table_size = 256; in xgbe_get_all_hw_features()
295 hw_feat->hash_table_size); in xgbe_get_all_hw_features()
H A Dxgbe.h983 unsigned int hash_table_size; /* Hash Table Size */ member
H A Dxgbe-dev.c2033 if (pdata->hw_feat.hash_table_size) { in xgbe_config_mac_address()