Searched refs:NextQtd (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciUrb.c66 QtdHw->NextQtd = QTD_LINK (NULL, TRUE);
375 EHC_QTD *NextQtd; local
489 // OK, all the QTDs needed are created. Now, fix the NextQtd point
501 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, EHC_QTD, QtdList);
502 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD));
503 Qtd->QtdHw.NextQtd = QTD_LINK (PhyAddr, FALSE);
509 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, EHC_QTD, QtdList);
510 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD));
511 Qh->QhHw.NextQtd = QTD_LINK (PhyAddr, FALSE);
H A DEhciDebug.c90 DEBUG ((EFI_D_INFO, "Next QTD : %x\n", QtdHw->NextQtd));
166 DEBUG ((EFI_D_INFO, "Next QTD : %x\n", QhHw->NextQtd));
H A DEhciUrb.h96 UINT32 NextQtd; member in struct:__anon10814
136 UINT32 NextQtd; member in struct:__anon10815
H A DEhciSched.c929 // zero out the overlay area and set NextQtd to the first
949 QhHw->NextQtd = QTD_LINK (PciAddr, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciPei/
H A DEhciUrb.c65 QtdHw->NextQtd = QTD_LINK (NULL, TRUE);
351 PEI_EHC_QTD *NextQtd; local
461 // OK, all the QTDs needed are created. Now, fix the NextQtd point
473 NextQtd = EFI_LIST_CONTAINER (Entry->ForwardLink, PEI_EHC_QTD, QtdList);
474 Qtd->QtdHw.NextQtd = QTD_LINK (NextQtd, FALSE);
480 NextQtd = EFI_LIST_CONTAINER (Qh->Qtds.ForwardLink, PEI_EHC_QTD, QtdList);
481 Qh->QhHw.NextQtd = QTD_LINK (NextQtd, FALSE);
H A DEhciUrb.h92 UINT32 NextQtd; member in struct:__anon10818
132 UINT32 NextQtd; member in struct:__anon10819

Completed in 50 milliseconds