Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/
Dpci.c696 struct pci_dev *bridge, *highest_pcie_bridge = dev; in pci_find_pcie_root_port() local
700 highest_pcie_bridge = bridge; in pci_find_pcie_root_port()
704 if (pci_pcie_type(highest_pcie_bridge) != PCI_EXP_TYPE_ROOT_PORT) in pci_find_pcie_root_port()
707 return highest_pcie_bridge; in pci_find_pcie_root_port()