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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddavinci_emac.c494 u32 multicast_hash_cnt[EMAC_NUM_MULTICAST_BITS]; member in struct:emac_priv
943 if (priv->multicast_hash_cnt[hash_value] == 0) {
955 ++priv->multicast_hash_cnt[hash_value];
974 if (priv->multicast_hash_cnt[hash_value] > 0) {
976 --priv->multicast_hash_cnt[hash_value];
981 if (priv->multicast_hash_cnt[hash_value] > 0)
1032 memset(&(priv->multicast_hash_cnt[0]), 0,
1033 sizeof(priv->multicast_hash_cnt[0]) *

Completed in 43 milliseconds