Searched defs:SetupTd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciQueue.c506 UHCI_TD_SW *SetupTd; local
517 SetupTd = NULL;
525 SetupTd = UhciCreateSetupTd (Uhc, DeviceAddr, Request, RequestPhy, IsLow);
527 if (SetupTd == NULL) {
591 UhciAppendTd (Uhc, SetupTd, FirstDataTd);
594 UhciAppendTd (Uhc, SetupTd, StatusTd);
597 return SetupTd;
600 if (SetupTd != NULL) {
601 UhciDestoryTds (Uhc, SetupTd);

Completed in 70 milliseconds