Home | History | Annotate | Download | only in PciRootBridgeNoEnumerationDxe

Lines Matching defs:Function

54   UINTN                          Function;

172 for (Function = 0; Function <= PCI_MAX_FUNC; Function++) {
177 Address = EFI_PCI_ADDRESS (PrimaryBusIndex, Device, Function, 0);
189 if ((EFI_ERROR (Status)) || ((VendorId == 0xffff) && (Function == 0))) {
198 // If PCI function != 0, VendorId == 0xFFFF, we continue to search PCI function.
346 Function
409 // If this device is not a multi function device, then skip the rest of this PCI device
411 if (Function == 0 && !(PciConfigurationHeader.Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION)) {
816 IN UINTN Function
843 Address = EFI_PCI_ADDRESS (Bus, Device, Function, Offset);
887 Address = EFI_PCI_ADDRESS (Bus, Device, Function, Offset);