Searched refs:ThisFunc (Results 1 – 2 of 2) sorted by relevance
467 UINT8 ThisFunc; in AppendPciDevicePath() local477 for (ThisFunc = 0; ThisFunc <= PCI_MAX_FUNC; ThisFunc++) { in AppendPciDevicePath()478 Address = EFI_PCI_ADDRESS (ThisBus, ThisDevice, ThisFunc, 0); in AppendPciDevicePath()487 if ((PciPtr->Hdr.VendorId == 0xffff) && (ThisFunc == 0)) { in AppendPciDevicePath()509 PciNode.Function = ThisFunc; in AppendPciDevicePath()518 if ((ThisFunc == 0) && ((PciPtr->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) == 0x0)) { in AppendPciDevicePath()
852 UINT8 ThisFunc; in AppendPciDevicePath() local862 for (ThisFunc = 0; ThisFunc <= PCI_MAX_FUNC; ThisFunc++) { in AppendPciDevicePath()863 Address = EFI_PCI_ADDRESS (ThisBus, ThisDevice, ThisFunc, 0); in AppendPciDevicePath()872 if ((PciPtr->Hdr.VendorId == 0xffff) && (ThisFunc == 0)) { in AppendPciDevicePath()893 PciNode.Function = ThisFunc; in AppendPciDevicePath()901 …if (ThisFunc == 0 && ((PciPtr->Hdr.HeaderType & HEADER_TYPE_MULTI_FUNCTION) != HEADER_TYPE_MULTI_F… in AppendPciDevicePath()905 ThisFunc = 8; in AppendPciDevicePath()