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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumeratorSupport.c1126 BOOLEAN FastB2BSupport; local
1186 FastB2BSupport = TRUE;
1192 FastB2BSupport = FALSE;
1210 if (FastB2BSupport && EFI_ERROR (Status)) {
1211 FastB2BSupport = FALSE;
1225 if (EFI_ERROR (Status) || (!FastB2BSupport)) {
1226 FastB2BSupport = FALSE;
1236 if (FastB2BSupport) {

Completed in 184 milliseconds