Searched refs:gPciDevicePool (Results 1 – 1 of 1) sorted by relevance
30 LIST_ENTRY gPciDevicePool; variable50 InitializeListHead (&gPciDevicePool); in InitializePciDevicePool()75 InsertTailList (&gPciDevicePool, &(RootBridge->Link)); in InsertRootBridge()206 CurrentLink = gPciDevicePool.ForwardLink; in DestroyRootBridgeByHandle()208 while (CurrentLink && CurrentLink != &gPciDevicePool) { in DestroyRootBridgeByHandle()703 CurrentLink = gPciDevicePool.ForwardLink; in StartPciDevices()705 while (CurrentLink && CurrentLink != &gPciDevicePool) { in StartPciDevices()788 CurrentLink = gPciDevicePool.ForwardLink; in GetRootBridgeByHandle()790 while (CurrentLink && CurrentLink != &gPciDevicePool) { in GetRootBridgeByHandle()904 CurrentLink = gPciDevicePool.ForwardLink; in ActiveVGADeviceOnTheSameSegment()[all …]