Searched refs:PEI_EHC_QTD (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/ |
H A D | EhciUrb.c | 34 PEI_EHC_QTD * 44 PEI_EHC_QTD *Qtd; 52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD)); 298 PEI_EHC_QTD *Qtd; 301 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList); 304 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (PEI_EHC_QTD)); 349 PEI_EHC_QTD *Qtd; 350 PEI_EHC_QTD *StatusQtd; 351 PEI_EHC_QTD *NextQtd; 464 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdLis [all...] |
H A D | EhciSched.c | 37 PEI_EHC_QTD *Qtd; 205 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (PEI_EHC_QTD)); 308 PEI_EHC_QTD *Qtd; 326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
|
H A D | EhcPeim.h | 114 PEI_EHC_QTD *ShortReadStop;
|
H A D | EhciUrb.h | 20 typedef struct _PEI_EHC_QTD PEI_EHC_QTD; typedef in typeref:struct:_PEI_EHC_QTD 251 PEI_EHC_QTD *
|
Completed in 847 milliseconds