Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-generic.c43 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in dwmac_generic_probe()
H A Ddwmac100_core.c88 } else if ((netdev_mc_count(dev) > HASH_TABLE_SIZE) in dwmac100_set_filter()
H A Dcommon.h271 #define HASH_TABLE_SIZE 64 macro
H A Dstmmac_platform.c43 case HASH_TABLE_SIZE: in dwmac1000_validate_mcast_bins()
H A Dstmmac_main.c7738 plat_dat->multicast_filter_bins = HASH_TABLE_SIZE; in stmmac_plat_dat_alloc()
/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c75 #define HASH_TABLE_SIZE 64 /* Hash tbl size */ macro
833 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()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c56 #define HASH_TABLE_SIZE 64 macro
889 (netdev_mc_count(ndev) > HASH_TABLE_SIZE)) { in emac_set_rx_mode()