Searched refs:ReclaimHead (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c75 QhHw->ReclaimHead = 1;
76 Ehc->ReclaimHead = Qh;
176 EhcWriteOpReg (Ehc, EHC_ASYNC_HEAD_OFFSET, EHC_LOW_32BIT (Ehc->ReclaimHead));
199 if (Ehc->ReclaimHead != NULL) {
200 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (PEI_EHC_QH));
201 Ehc->ReclaimHead = NULL;
241 // ReclaimHead is always linked to the EHCI's AsynListAddr.
243 Head = Ehc->ReclaimHead;
268 ASSERT (Ehc->ReclaimHead->NextQh == Qh);
272 // visiable part: Only need to loopback the ReclaimHead
[all...]
H A DEhcPeim.h119 // ReclaimHead is used as the head of the asynchronous transfer
122 PEI_EHC_QH *ReclaimHead; member in struct:_PEI_USB2_HC_DEV
H A DEhciUrb.h117 UINT32 ReclaimHead : 1; member in struct:__anon10819
H A DEhciUrb.c198 QhHw->ReclaimHead = 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c76 QhHw->ReclaimHead = 1;
78 Ehc->ReclaimHead = Qh;
223 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
233 if (Ehc->ReclaimHead != NULL) {
234 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
235 Ehc->ReclaimHead = NULL;
272 if (Ehc->ReclaimHead != NULL) {
273 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
274 Ehc->ReclaimHead = NULL;
332 // ReclaimHead i
[all...]
H A DEhci.h141 // ReclaimHead is used as the head of the asynchronous transfer
144 EHC_QH *ReclaimHead; member in struct:_USB2_HC_DEV
H A DEhciDebug.c153 DEBUG ((EFI_D_INFO, "Reclaim head : %d\n", QhHw->ReclaimHead));
H A DEhciUrb.h121 UINT32 ReclaimHead : 1; member in struct:__anon10815
H A DEhciUrb.c204 QhHw->ReclaimHead = 0;

Completed in 60 milliseconds