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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp3249 int iInFlight = ohci_in_flight_find(pThis, ITdAddr); local
3250 if (iInFlight >= 0)
3267 int iInFlight = ohci_in_flight_find(pThis, ITdAddr);
3269 iInFlight < 0 ? NULL : pThis->aInFlight[iInFlight].pUrb,

Completed in 52 milliseconds