mcast_count 434 drivers/net/ethernet/marvell/mvneta.c u8 mcast_count[256]; mcast_count 1311 drivers/net/ethernet/marvell/mvneta.c memset(pp->mcast_count, 0, sizeof(pp->mcast_count)); mcast_count 1314 drivers/net/ethernet/marvell/mvneta.c memset(pp->mcast_count, 1, sizeof(pp->mcast_count)); mcast_count 2652 drivers/net/ethernet/marvell/mvneta.c if (pp->mcast_count[crc_result] == 0) { mcast_count 2658 drivers/net/ethernet/marvell/mvneta.c pp->mcast_count[crc_result]--; mcast_count 2659 drivers/net/ethernet/marvell/mvneta.c if (pp->mcast_count[crc_result] != 0) { mcast_count 2662 drivers/net/ethernet/marvell/mvneta.c pp->mcast_count[crc_result], crc_result); mcast_count 2666 drivers/net/ethernet/marvell/mvneta.c pp->mcast_count[crc_result]++;