Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_emac.c332 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member
630 if (priv->multicast_hash_cnt[hash_value] == 0) { in emac_hash_add()
642 ++priv->multicast_hash_cnt[hash_value]; in emac_hash_add()
661 if (priv->multicast_hash_cnt[hash_value] > 0) { in emac_hash_del()
663 --priv->multicast_hash_cnt[hash_value]; in emac_hash_del()
668 if (priv->multicast_hash_cnt[hash_value] > 0) in emac_hash_del()
719 memset(&(priv->multicast_hash_cnt[0]), 0, in emac_add_mcast()
720 sizeof(priv->multicast_hash_cnt[0]) * in emac_add_mcast()