Searched refs:QtdList (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/ |
H A D | EhciUrb.c | 63 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 D | EhciDebug.c | 195 Qtd = EFI_LIST_CONTAINER (Entry, EHC_QTD, QtdList);
|
H A D | EhciUrb.h | 176 LIST_ENTRY QtdList; // The list of QTDs to one end point member in struct:_EHC_QTD
|
H A D | EhciSched.c | 587 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 D | EhciUrb.c | 62 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 D | EhciSched.c | 326 Qtd = EFI_LIST_CONTAINER (Entry, PEI_EHC_QTD, QtdList);
|
H A D | EhciUrb.h | 172 EFI_LIST_ENTRY QtdList; // The list of QTDs to one end point member in struct:_PEI_EHC_QTD
|
Completed in 2919 milliseconds