Searched refs:EMAC_NUM_MULTICAST_BITS (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_emac.c121 #define EMAC_NUM_MULTICAST_BITS (64) macro
330 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS];
618 if (hash_value >= EMAC_NUM_MULTICAST_BITS) {
622 hash_value, (EMAC_NUM_MULTICAST_BITS - 1));
719 EMAC_NUM_MULTICAST_BITS);

Completed in 191 milliseconds