Searched refs:HASH_TABLE_SIZE (Results 1 – 3 of 3) sorted by relevance
75 #define HASH_TABLE_SIZE 64 /* Hash tbl size */ macro833 for (entry = 0; entry < HASH_TABLE_SIZE; entry++) in memac_set_allmulti()837 for (entry = 0; entry < HASH_TABLE_SIZE; entry++) in memac_set_allmulti()1038 memac->multicast_addr_hash = alloc_hash_table(HASH_TABLE_SIZE); in memac_init()1045 memac->unicast_addr_hash = alloc_hash_table(HASH_TABLE_SIZE); in memac_init()
56 #define HASH_TABLE_SIZE 64 macro889 (netdev_mc_count(ndev) > HASH_TABLE_SIZE)) { in emac_set_rx_mode()
7744 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in stmmac_plat_dat_alloc()