Searched refs:errorCount (Results 1 – 3 of 3) sorted by relevance
105 static uint32 tenthousandsCount, errorCount = 0; variable129 if ( errorCount ) { in writeTestsPerformed()133 errorCount, in writeTestsPerformed()134 ( errorCount == 1 ) ? "" : "s" in writeTestsPerformed()162 if ( errorCount == 1 ) { in writeErrorFound()509 errorCount = 0; in test_a_int32_z_float32()537 ++errorCount; in test_a_int32_z_float32()543 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float32()560 errorCount = 0; in test_a_int32_z_float64()588 ++errorCount; in test_a_int32_z_float64()[all …]
43 static int errorCount; variable55 ++errorCount; in error()108 if (errorCount) in handle()
1443 uint16_t errorCount; in cs_counter_event() local 1450 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_TX_COL); in cs_counter_event() 1460 errorCount = CS_READ_PACKET_PAGE(sc, PKTPG_RX_MISS); in cs_counter_event() 1465 if_statadd(ifp, if_ierrors, (errorCount & 0xffC0) >> 6); in cs_counter_event()