Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c430 u8 mcast_count[256]; member
1302 memset(pp->mcast_count, 0, sizeof(pp->mcast_count)); in mvneta_set_other_mcast_table()
1305 memset(pp->mcast_count, 1, sizeof(pp->mcast_count)); in mvneta_set_other_mcast_table()
2635 if (pp->mcast_count[crc_result] == 0) { in mvneta_mcast_addr_set()
2641 pp->mcast_count[crc_result]--; in mvneta_mcast_addr_set()
2642 if (pp->mcast_count[crc_result] != 0) { in mvneta_mcast_addr_set()
2645 pp->mcast_count[crc_result], crc_result); in mvneta_mcast_addr_set()
2649 pp->mcast_count[crc_result]++; in mvneta_mcast_addr_set()