Home
last modified time | relevance | path

Searched refs:Qtds (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.c189 InitializeListHead (&Qh->Qtds); in EhcCreateQh()
293 IN EFI_LIST_ENTRY *Qtds in EhcFreeQtds() argument
300 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) { in EhcFreeQtds()
326 EhcFreeQtds (Ehc, &Urb->Qh->Qtds); in EhcFreeUrb()
387 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
441 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
457 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList); in EhcCreateQtds()
463 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) { in EhcCreateQtds()
469 if (Entry->ForwardLink == &Qh->Qtds) { in EhcCreateQtds()
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
[all …]
DEhciUrb.h198 EFI_LIST_ENTRY Qtds; // The list of QTDs to this queue head member
DEhciSched.c325 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcCheckUrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.c195 InitializeListHead (&Qh->Qtds); in EhcCreateQh()
301 IN LIST_ENTRY *Qtds in EhcFreeQtds() argument
308 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) { in EhcFreeQtds()
347 EhcFreeQtds (Ehc, &Urb->Qh->Qtds); in EhcFreeUrb()
413 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
469 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
485 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList); in EhcCreateQtds()
491 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) { in EhcCreateQtds()
497 if (Entry->ForwardLink == &Qh->Qtds) { in EhcCreateQtds()
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList); in EhcCreateQtds()
[all …]
DEhciUrb.h200 LIST_ENTRY Qtds; // The list of QTDs to this queue head member
DEhciDebug.c194 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) { in EhcDumpQh()
DEhciSched.c586 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcCheckUrbResult()
898 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcUpdateAsyncRequest()