Home
last modified time | relevance | path

Searched refs:Pci1 (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DConsistMapping.c397 PCI_DEVICE_PATH *Pci1; in DevPathComparePci() local
403 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()