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

/vbox/src/VBox/Devices/USB/
H A DDevOHCI.cpp1694 const int cFramesInFlight = pThis->HcFmNumber - pThis->aInFlight[i].pUrb->Hci.u32FrameNo; local
1696 const int cFramesInFlight = 0;
1699 GCPhysTD, cFramesInFlight, pThis->aInFlight[i].pUrb->Hci.u32FrameNo, pThis->HcFmNumber));
1703 return cFramesInFlight;
1720 int cFramesInFlight = ohci_in_flight_remove(pThis, pUrb->Hci.paTds[0].TdAddr); local
1725 cFramesInFlight = -1;
1727 return cFramesInFlight;

Completed in 51 milliseconds