Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h70 #define PCIE_IS_PCIE(bus_p) (bus_p->bus_pcie_off) macro
72 #define PCIE_IS_PCI(bus_p) (!PCIE_IS_PCIE(bus_p))
93 PCIE_IS_PCIE(bus_p))
107 (PCIE_IS_PCIE(bus_p) && PCIE_IS_BDG(bus_p) && !PCIE_IS_PCIE_BDG(bus_p))
585 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \
591 if (PCIE_IS_PCIE(PCIE_DIP2BUS(dip))) { \
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c970 if (!PCIE_IS_PCIE(bus_p)) in pcie_determine_serial()
1014 if (!PCIE_IS_PCIE(bus_p)) in pcie_determine_aspm()
1166 if (PCIE_IS_PCIE(bus_p)) { in pcie_initchild()
1226 if (PCIE_IS_PCIE(bus_p)) { in pcie_init_pfd()
1295 if (PCIE_IS_PCIE(bus_p)) { in pcie_fini_pfd()
1621 if (!PCIE_IS_PCIE(bus_p)) in pcie_capture_speeds()
2024 if (!PCIE_IS_PCIE(bus_p)) in pcie_init_bus()
2334 if (!PCIE_IS_PCIE(bus_p)) in pcie_enable_errors()
2449 if (!PCIE_IS_PCIE(bus_p)) in pcie_enable_ce()
2501 if (!PCIE_IS_PCIE(bus_p)) in pcie_disable_errors()
[all …]
H A Dpcieb.c1503 if (!PCIE_IS_PCIE(bus_p)) { in pcieb_ioctl_retrain()
1525 if (!PCIE_IS_PCIE(bus_p)) { in pcieb_ioctl_get_speed()
1585 if (!PCIE_IS_PCIE(bus_p)) { in pcieb_ioctl_set_speed()
H A Dpcie_fault.c751 if (PCIE_IS_PCIE(bus_p)) in pf_pci_regs_gather()
850 if (PCIE_IS_PCIE(bus_p)) in pf_pci_regs_clear()
2936 if (PCIE_IS_PCIE(bus_p)) { in pf_send_ereport()
3206 if (PCIE_IS_PCIE(bus_p)) { in pf_reset_pfd()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c567 if (!PCIE_IS_PCIE(bus_p) || !PCIE_HAS_AER(bus_p)) in pcieb_intel_rber_workaround()