Searched refs:IdMatch (Results 1 – 1 of 1) sorted by relevance
1066 BOOLEAN IdMatch, RevMatch, SubsysMatch; in PcipIsSameDevice() local1070 IdMatch = (PciData->VendorID == DeviceExtension->VendorId) && in PcipIsSameDevice()1072 if (!IdMatch) return FALSE; in PcipIsSameDevice()