Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_emac.c123 #define EMAC_NUM_MULTICAST_BITS (64) macro
332 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS];
620 if (hash_value >= EMAC_NUM_MULTICAST_BITS) { in emac_hash_add()
624 hash_value, (EMAC_NUM_MULTICAST_BITS - 1)); in emac_hash_add()
721 EMAC_NUM_MULTICAST_BITS); in emac_add_mcast()