Searched refs:Qtds (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/ |
D | EhciUrb.c | 189 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 …]
|
D | EhciUrb.h | 198 EFI_LIST_ENTRY Qtds; // The list of QTDs to this queue head member
|
D | EhciSched.c | 325 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcCheckUrbResult()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
D | EhciUrb.c | 195 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 …]
|
D | EhciUrb.h | 200 LIST_ENTRY Qtds; // The list of QTDs to this queue head member
|
D | EhciDebug.c | 194 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) { in EhcDumpQh()
|
D | EhciSched.c | 586 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcCheckUrbResult() 898 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) { in EhcUpdateAsyncRequest()
|