Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dpci.c470 struct pci_dev *bridge, *highest_pcie_bridge = NULL; in pci_find_pcie_root_port() local
474 highest_pcie_bridge = bridge; in pci_find_pcie_root_port()
478 if (pci_pcie_type(highest_pcie_bridge) != PCI_EXP_TYPE_ROOT_PORT) in pci_find_pcie_root_port()
481 return highest_pcie_bridge; in pci_find_pcie_root_port()