Searched refs:Pci1 (Results 1 – 1 of 1) sorted by relevance
397 PCI_DEVICE_PATH *Pci1; in DevPathComparePci() local403 Pci1 = (PCI_DEVICE_PATH *) DevicePath1; in DevPathComparePci()405 …if (Pci1->Device > Pci2->Device || (Pci1->Device == Pci2->Device && Pci1->Function > Pci2->Functio… in DevPathComparePci()409 if (Pci1->Device == Pci2->Device && Pci1->Function == Pci2->Function) { in DevPathComparePci()