Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c65 #define TGEC_HASH_TABLE_SIZE 512 macro
527 for (entry = 0; entry < TGEC_HASH_TABLE_SIZE; entry++) in tgec_set_allmulti()
531 for (entry = 0; entry < TGEC_HASH_TABLE_SIZE; entry++) in tgec_set_allmulti()
674 tgec->multicast_addr_hash = alloc_hash_table(TGEC_HASH_TABLE_SIZE); in tgec_init()
681 tgec->unicast_addr_hash = alloc_hash_table(TGEC_HASH_TABLE_SIZE); in tgec_init()