HomeSort by relevance Sort by last modified time
    Searched refs:NextQh (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 245 Qh->NextQh = Head->NextQh;
246 Head->NextQh = Qh;
268 ASSERT (Ehc->ReclaimHead->NextQh == Qh);
277 Head->NextQh = Qh->NextQh;
278 Qh->NextQh = NULL;
EhciUrb.h 197 PEI_EHC_QH *NextQh; // The queue head pointed to by horizontal link
EhciUrb.c 186 Qh->NextQh = NULL;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 113 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 = Next;
    [all...]
UhciDebug.c 30 DEBUG ((EFI_D_VERBOSE, "QhSw.NextQh - 0x%p\n", QhSw->NextQh));
UhciQueue.h 84 UHCI_QH_SW *NextQh;
UhciQueue.c 279 Qh->NextQh = NULL;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 77 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 = NULL;
    [all...]
EhciDebug.c 143 Qh, (UINT64)Qh->Interval, Qh->NextQh));
EhciUrb.h 199 EHC_QH *NextQh; // The queue head pointed to by horizontal link
EhciUrb.c 192 Qh->NextQh = NULL;

Completed in 67 milliseconds