Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c90 #define TGEC_HASH_TABLE_SIZE 512 macro
574 for (entry = 0; entry < TGEC_HASH_TABLE_SIZE; entry++) in tgec_set_allmulti()
578 for (entry = 0; entry < TGEC_HASH_TABLE_SIZE; entry++) in tgec_set_allmulti()
744 tgec->multicast_addr_hash = alloc_hash_table(TGEC_HASH_TABLE_SIZE); in tgec_init()
751 tgec->unicast_addr_hash = alloc_hash_table(TGEC_HASH_TABLE_SIZE); in tgec_init()