Searched refs:multicast_hash_cnt (Results 1 – 1 of 1) sorted by relevance
333 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member611 if (priv->multicast_hash_cnt[hash_value] == 0) { in emac_hash_add()623 ++priv->multicast_hash_cnt[hash_value]; in emac_hash_add()642 if (priv->multicast_hash_cnt[hash_value] > 0) { in emac_hash_del()644 --priv->multicast_hash_cnt[hash_value]; in emac_hash_del()649 if (priv->multicast_hash_cnt[hash_value] > 0) in emac_hash_del()700 memset(&(priv->multicast_hash_cnt[0]), 0, in emac_add_mcast()701 sizeof(priv->multicast_hash_cnt[0]) * in emac_add_mcast()