Searched refs:QhSw (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciDebug.h23 @param QhSw Pointer to software QH structure.
30 IN UHCI_QH_SW *QhSw
H A DUhciDebug.c21 @param QhSw Pointer to software QH structure.
26 IN UHCI_QH_SW *QhSw
29 DEBUG ((EFI_D_INFO, "&QhSw @ 0x%p\n", QhSw));
30 DEBUG ((EFI_D_INFO, "QhSw.NextQh - 0x%p\n", QhSw->NextQh));
31 DEBUG ((EFI_D_INFO, "QhSw.TDs - 0x%p\n", QhSw->TDs));
32 DEBUG ((EFI_D_INFO, "QhSw.QhHw:\n"));
33 DEBUG ((EFI_D_INFO, " Horizon Link - %x\n", QhSw
[all...]
H A DUhciSched.h66 UHCI_QH_SW *QhSw; member in struct:_UHCI_ASYNC_REQUEST
144 the precedence node, and pointer there next to QhSw's
H A DUhciSched.c350 the precedence node, and pointer there next to QhSw's
648 Qh = AsyncReq->QhSw;
727 AsyncReq->QhSw = Qh;
759 UsbHcFreeMem (Uhc->MemPool, AsyncReq->QhSw, sizeof (UHCI_QH_SW));
792 UhciUnlinkQhFromFrameList (Uhc, AsyncReq->QhSw);
801 AsyncReq->QhSw->QhHw.VerticalLink = QH_VLINK (NULL, TRUE);

Completed in 57 milliseconds