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

/vbox/src/VBox/Devices/Network/
H A DDevVirtioNet.cpp211 STAMPROFILE StatRxOverflow; member in struct:VNetState_st
667 STAM_PROFILE_START(&pThis->StatRxOverflow, a);
683 STAM_PROFILE_STOP(&pThis->StatRxOverflow, a);
2125 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatRxOverflow, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_OCCURENCE, "Profiling RX overflows", "/Devices/VNet%d/RxOverflow", iInstance);
H A DDevPCNet.cpp443 STAMPROFILE StatRxOverflow; member in struct:PCNETSTATE
4448 STAM_PROFILE_START(&pThis->StatRxOverflow, a);
4468 STAM_PROFILE_STOP(&pThis->StatRxOverflow, a);
5107 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatRxOverflow, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_OCCURENCE, "Profiling RX overflows", "/Devices/PCNet%d/RxOverflow", iInstance);
H A DDevE1000.cpp1218 STAMPROFILE StatRxOverflow; member in struct:E1kState_st
6192 STAM_PROFILE_START(&pThis->StatRxOverflow, a);
6207 STAM_PROFILE_STOP(&pThis->StatRxOverflow, a);
7750 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatRxOverflow, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_OCCURENCE, "Profiling RX overflows", "/Devices/E1k%d/RxOverflow", iInstance);

Completed in 71 milliseconds