Searched refs:multicast_hash_cnt (Results 1 – 1 of 1) sorted by relevance
330 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member628 if (priv->multicast_hash_cnt[hash_value] == 0) { in emac_hash_add()640 ++priv->multicast_hash_cnt[hash_value]; in emac_hash_add()659 if (priv->multicast_hash_cnt[hash_value] > 0) { in emac_hash_del()661 --priv->multicast_hash_cnt[hash_value]; in emac_hash_del()666 if (priv->multicast_hash_cnt[hash_value] > 0) in emac_hash_del()717 memset(&(priv->multicast_hash_cnt[0]), 0, in emac_add_mcast()718 sizeof(priv->multicast_hash_cnt[0]) * in emac_add_mcast()