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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c195 InitializeListHead (&Qh->Qtds);
295 @param Qtds The list head of the QTD.
301 IN LIST_ENTRY *Qtds
308 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) {
347 EhcFreeQtds (Ehc, &Urb->Qh->Qtds);
413 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
469 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
485 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
491 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) {
497 if (Entry->ForwardLink == &Qh->Qtds) {
[all...]
H A DEhciDebug.c194 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) {
H A DEhciUrb.h200 LIST_ENTRY Qtds; // The list of QTDs to this queue head member in struct:_EHC_QH
H A DEhciSched.c586 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
898 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c189 InitializeListHead (&Qh->Qtds);
287 @param Qtds The list head of the QTD.
293 IN EFI_LIST_ENTRY *Qtds
300 EFI_LIST_FOR_EACH_SAFE (Entry, Next, Qtds) {
326 EhcFreeQtds (Ehc, &Urb->Qh->Qtds);
387 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
441 InsertTailList (&Qh->Qtds, &Qtd->QtdList);
457 InsertTailList (&Qh->Qtds, &StatusQtd->QtdList);
463 EFI_LIST_FOR_EACH (Entry, &Qh->Qtds) {
469 if (Entry->ForwardLink == &Qh->Qtds) {
[all...]
H A DEhciSched.c325 EFI_LIST_FOR_EACH (Entry, &Urb->Qh->Qtds) {
H A DEhciUrb.h198 EFI_LIST_ENTRY Qtds; // The list of QTDs to this queue head member in struct:_PEI_EHC_QH

Completed in 39 milliseconds