Home
last modified time | relevance | path

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

/linux/drivers/pci/
A Dpci-acpi.c466 u16 pcie_type = pci_pcie_type(dev); in hpx3_device_type() local
479 if (pcie_type >= ARRAY_SIZE(pcie_to_hpx3_type)) in hpx3_device_type()
482 return pcie_to_hpx3_type[pcie_type]; in hpx3_device_type()
A Dprobe.c2235 int pcie_type; in pci_configure_eetlp_prefix() local
2245 pcie_type = pci_pcie_type(dev); in pci_configure_eetlp_prefix()
2246 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2247 pcie_type == PCI_EXP_TYPE_RC_END) in pci_configure_eetlp_prefix()

Completed in 13 milliseconds