Searched refs:mQNCPciInfo (Results 1 – 1 of 1) sorted by relevance
18 PCI_DEVICE_INFO *mQNCPciInfo = NULL; variable1365 if (mQNCPciInfo == NULL) { in SdtCheckPciDeviceInfoChanged()1375 if ((mQNCPciInfo[Index].BridgeAddress == PciDeviceInfo->BridgeAddress) in SdtCheckPciDeviceInfoChanged()1376 && (mQNCPciInfo[Index].DeviceAddress == PciDeviceInfo->DeviceAddress)) { in SdtCheckPciDeviceInfoChanged()1380 if (CompareMem (&(mQNCPciInfo[Index].INTA[0]), &PciDeviceInfo->INTA[0], 10) == 0) { in SdtCheckPciDeviceInfoChanged()1385 if (CompareMem (&(mQNCPciInfo[Index].INTA[0]), &PciDeviceInfo->INTA[0], 8) == 0) in SdtCheckPciDeviceInfoChanged()1388 if (CompareMem (&(mQNCPciInfo[Index].GPEPin), &PciDeviceInfo->GPEPin, 2) == 0) in SdtCheckPciDeviceInfoChanged()