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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c63 InitializeListHead (&Qtd->QtdList);
309 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
311 RemoveEntryList (&Qtd->QtdList);
413 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
469 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
485 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
492 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
501 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, EHC_QTD, QtdList);
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList);
H A DEhciDebug.c195 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
H A DEhciUrb.h176 LIST_ENTRY QtdList; // The list of QTDs to one end point member in struct:_EHC_QTD
H A DEhciSched.c587 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
899 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c62 InitializeListHead (&Qtd->QtdList);
301 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
303 RemoveEntryList (&Qtd->QtdList);
387 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
441 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
457 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
464 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
473 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, PEI_EHC_QTD, QtdList);
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList);
H A DEhciSched.c326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
H A DEhciUrb.h172 EFI_LIST_ENTRY QtdList; // The list of QTDs to one end point member in struct:_PEI_EHC_QTD

Completed in 56 milliseconds