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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp350 STAMCOUNTER StatDroppedUrbs; member in struct:OHCI
2569 STAM_COUNTER_INC(&pThis->StatDroppedUrbs);
2589 STAM_COUNTER_INC(&pThis->StatDroppedUrbs);
5482 SSMFIELD_ENTRY_OLD( StatDroppedUrbs, 8),
5898 PDMDevHlpSTAMRegister(pDevIns, &pThis->StatDroppedUrbs, STAMTYPE_COUNTER, "/Devices/OHCI/DroppedUrbs", STAMUNIT_OCCURENCES, "Dropped URBs (endpoint halted, or URB canceled).");

Completed in 68 milliseconds