Searched defs:StatReceiveCRC (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1211 STAMPROFILEADV StatReceiveCRC; member in struct:E1kState_st
2345 STAM_PROFILE_ADV_START(&pThis->StatReceiveCRC, a);
2354 STAM_PROFILE_ADV_STOP(&pThis->StatReceiveCRC, a);
7747 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceiveCRC, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive checksumming", "/Devices/E1k%d/Receive/CRC", iInstance);

Completed in 5104 milliseconds