Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Ddavinci_emac.c333 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member
623 if (priv->multicast_hash_cnt[hash_value] == 0) { in emac_hash_add()
635 ++priv->multicast_hash_cnt[hash_value]; in emac_hash_add()
654 if (priv->multicast_hash_cnt[hash_value] > 0) { in emac_hash_del()
656 --priv->multicast_hash_cnt[hash_value]; in emac_hash_del()
661 if (priv->multicast_hash_cnt[hash_value] > 0) in emac_hash_del()
712 memset(&(priv->multicast_hash_cnt[0]), 0, in emac_add_mcast()
713 sizeof(priv->multicast_hash_cnt[0]) * in emac_add_mcast()