Searched refs:HASH_TABLE_SIZE (Results 1 – 2 of 2) 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 macro886 (netdev_mc_count(ndev) > HASH_TABLE_SIZE)) { in emac_set_rx_mode()