Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.c62 InitializeListHead (&Qtd->QtdList); in EhcCreateQtd()
301 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcFreeQtds()
303 RemoveEntryList (&Qtd->QtdList); in EhcFreeQtds()
387 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
441 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
457 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList); in EhcCreateQtds()
464 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
473 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
DEhciUrb.h172 EFI_LIST_ENTRY QtdList; // The list of QTDs to one end point member
DEhciSched.c326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcCheckUrbResult()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
DEhciUrb.c63 InitializeListHead (&Qtd->QtdList); in EhcCreateQtd()
309 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList); in EhcFreeQtds()
311 RemoveEntryList (&Qtd->QtdList); in EhcFreeQtds()
413 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
469 InsertTailList (&Qh->Qtds, &Qtd->QtdList); in EhcCreateQtds()
485 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList); in EhcCreateQtds()
492 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList); in EhcCreateQtds()
501 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, EHC_QTD, QtdList); in EhcCreateQtds()
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList); in EhcCreateQtds()
DEhciUrb.h176 LIST_ENTRY QtdList; // The list of QTDs to one end point member
DEhciDebug.c195 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList); in EhcDumpQh()
DEhciSched.c587 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList); in EhcCheckUrbResult()
899 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList); in EhcUpdateAsyncRequest()