Searched refs:AsyncIntList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DUhciSched.c737 InsertHeadList (&(Uhc->AsyncIntList), &(AsyncReq->Link));
840 if (IsListEmpty (&(Uhc->AsyncIntList))) {
848 Link = Uhc->AsyncIntList.ForwardLink;
859 } while (Link != &(Uhc->AsyncIntList));
940 Head = &(Uhc->AsyncIntList);
983 if (IsListEmpty (&(Uhc->AsyncIntList))) {
990 Link = Uhc->AsyncIntList.ForwardLink;
1044 } while (Link != &(Uhc->AsyncIntList));
H A DUhci.h134 LIST_ENTRY AsyncIntList; member in struct:_USB_HC_DEV
H A DUhci.c1471 InitializeListHead (&Uhc->AsyncIntList);

Completed in 115 milliseconds