Home
last modified time | relevance | path

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

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