Searched refs:RecycleWait (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h131 // released in two steps using Recycle and RecycleWait.
137 UHCI_ASYNC_REQUEST *RecycleWait; member in struct:_USB_HC_DEV
H A DUhciSched.c802 AsyncReq->Recycle = Uhc->RecycleWait;
803 Uhc->RecycleWait = AsyncReq;
885 first it is linked to the UHC's RecycleWait list. At
912 Uhc->Recycle = Uhc->RecycleWait;
913 Uhc->RecycleWait = NULL;
935 // RecycleWait will be released at the second call.

Completed in 51 milliseconds