Searched refs:multicast_hash_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/ti/
H A Ddavinci_emac.c347 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member in struct:emac_priv
753 if (priv->multicast_hash_cnt[hash_value] == 0) { hash_add()
765 ++priv->multicast_hash_cnt[hash_value]; hash_add()
784 if (priv->multicast_hash_cnt[hash_value] > 0) { hash_del()
786 --priv->multicast_hash_cnt[hash_value]; hash_del()
791 if (priv->multicast_hash_cnt[hash_value] > 0) hash_del()
842 memset(&(priv->multicast_hash_cnt[0]), 0, emac_add_mcast()
843 sizeof(priv->multicast_hash_cnt[0]) * emac_add_mcast()

Completed in 53 milliseconds