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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhci.h124 UHCI_QH_SW *BulkQh; member in struct:_USB_HC_DEV
H A DUhci.c798 UHCI_QH_SW *BulkQh; local
879 // defintion of UHCI_NO_BW_RECLAMATION, BulkQh is either configured
882 BulkQh = Uhc->BulkQh;
884 UhciLinkTdToQh (Uhc, BulkQh, TDs);
885 Status = UhciExecuteTransfer (Uhc, BulkQh, TDs, TimeOut, FALSE, &QhResult);
886 UhciUnlinkTdFromQh (BulkQh, TDs);

Completed in 35 milliseconds