Searched refs:NextQh (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciSched.c245 Qh->NextQh = Head->NextQh;
246 Head->NextQh = Qh;
268 ASSERT (Ehc->ReclaimHead->NextQh == Qh);
277 Head->NextQh = Qh->NextQh;
278 Qh->NextQh = NULL;
H A DEhciUrb.h197 PEI_EHC_QH *NextQh; // The queue head pointed to by horizontal link member in struct:_PEI_EHC_QH
H A DEhciUrb.c186 Qh->NextQh = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.c113 Uhc->SyncIntQh->NextQh = Uhc->CtrlQh;
117 Uhc->CtrlQh->NextQh = Uhc->BulkQh;
126 Uhc->BulkQh->NextQh = NULL;
289 Next = Next->NextQh;
312 ASSERT ((Index == 0) && (Qh->NextQh == NULL));
315 Next = Next->NextQh;
317 Qh->NextQh = Next;
318 Prev->NextQh = Qh;
331 if (Qh->NextQh == NULL) {
332 Qh->NextQh
[all...]
H A DUhciDebug.c30 DEBUG ((EFI_D_INFO, "QhSw.NextQh - 0x%p\n", QhSw->NextQh));
H A DUhciQueue.h84 UHCI_QH_SW *NextQh; member in struct:_UHCI_QH_SW
H A DUhciQueue.c279 Qh->NextQh = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciSched.c77 Qh->NextQh = Qh;
336 Qh->NextQh = Head->NextQh;
337 Head->NextQh = Qh;
339 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Qh->NextQh, sizeof (EHC_QH));
341 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Head->NextQh, sizeof (EHC_QH));
364 ASSERT (Ehc->ReclaimHead->NextQh == Qh);
373 Head->NextQh = Qh->NextQh;
374 Qh->NextQh
[all...]
H A DEhciDebug.c143 Qh, (UINT64)Qh->Interval, Qh->NextQh));
H A DEhciUrb.h199 EHC_QH *NextQh; // The queue head pointed to by horizontal link member in struct:_EHC_QH
H A DEhciUrb.c192 Qh->NextQh = NULL;

Completed in 42 milliseconds