Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/pcie/
H A Dportdrv.c226 (pcie_ports_native || host->native_pcie_hotplug)) { in get_port_device_capability()
243 (pcie_ports_native || host->native_aer)) in get_port_device_capability()
250 (pcie_ports_native || host->native_pme)) { in get_port_device_capability()
613 bool pcie_ports_native; variable
626 pcie_ports_native = true; in pcie_port_setup()
H A Derr.c259 if (host->native_aer || pcie_ports_native) { in pcie_do_recovery()
H A Daer.c236 return pcie_ports_native || host->native_aer; in pcie_aer_is_native()
991 return (pcie_ports_native || host->native_aer); in cxl_error_is_native()
1553 if ((host->native_aer || pcie_ports_native) && aer) in aer_root_reset()
1568 if ((host->native_aer || pcie_ports_native) && aer) { in aer_root_reset()
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_core.c260 return pcie_ports_native || host->native_pme; in pme_is_native()
/linux-6.15/include/linux/
H A Dpci.h1799 extern bool pcie_ports_native;
1805 #define pcie_ports_native false macro
/linux-6.15/drivers/pci/
H A Dpci-acpi.c828 if (pcie_ports_native) in pciehp_is_native()