Home
last modified time | relevance | path

Searched refs:PEI_EHC_QTD (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
DEhciUrb.c34 PEI_EHC_QTD *
44 PEI_EHC_QTD *Qtd; in EhcCreateQtd()
52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD)); in EhcCreateQtd()
298 PEI_EHC_QTD *Qtd; in EhcFreeQtds()
301 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcFreeQtds()
304 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (PEI_EHC_QTD)); in EhcFreeQtds()
349 PEI_EHC_QTD *Qtd; in EhcCreateQtds()
350 PEI_EHC_QTD *StatusQtd; in EhcCreateQtds()
351 PEI_EHC_QTD *NextQtd; in EhcCreateQtds()
464 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcCreateQtds()
[all …]
DEhciSched.c37 PEI_EHC_QTD *Qtd; in EhcCreateHelpQ()
205 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (PEI_EHC_QTD)); in EhcFreeSched()
308 PEI_EHC_QTD *Qtd; in EhcCheckUrbResult()
326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); in EhcCheckUrbResult()
DEhciUrb.h20 typedef struct _PEI_EHC_QTD PEI_EHC_QTD; typedef
251 PEI_EHC_QTD *
DEhcPeim.h111 PEI_EHC_QTD *ShortReadStop;