Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/
Dmvneta.c432 u8 mcast_count[256]; member
1306 memset(pp->mcast_count, 0, sizeof(pp->mcast_count)); in mvneta_set_other_mcast_table()
1309 memset(pp->mcast_count, 1, sizeof(pp->mcast_count)); in mvneta_set_other_mcast_table()
2637 if (pp->mcast_count[crc_result] == 0) { in mvneta_mcast_addr_set()
2643 pp->mcast_count[crc_result]--; in mvneta_mcast_addr_set()
2644 if (pp->mcast_count[crc_result] != 0) { in mvneta_mcast_addr_set()
2647 pp->mcast_count[crc_result], crc_result); in mvneta_mcast_addr_set()
2651 pp->mcast_count[crc_result]++; in mvneta_mcast_addr_set()