Searched refs:multicast_hash_cnt (Results 1 – 1 of 1) sorted by relevance
347 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member624 if (priv->multicast_hash_cnt[hash_value] == 0) { in emac_hash_add()636 ++priv->multicast_hash_cnt[hash_value]; in emac_hash_add()655 if (priv->multicast_hash_cnt[hash_value] > 0) { in emac_hash_del()657 --priv->multicast_hash_cnt[hash_value]; in emac_hash_del()662 if (priv->multicast_hash_cnt[hash_value] > 0) in emac_hash_del()713 memset(&(priv->multicast_hash_cnt[0]), 0, in emac_add_mcast()714 sizeof(priv->multicast_hash_cnt[0]) * in emac_add_mcast()