Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c610 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) in pf_pcie_regs_gather()
753 else if (PCIE_IS_PCIX(bus_p)) in pf_pci_regs_gather()
813 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) in pf_pcie_regs_clear()
852 else if (PCIE_IS_PCIX(bus_p)) in pf_pci_regs_clear()
2865 if (PCIE_IS_PCIX(bus_p) && !PCIE_IS_BDG(bus_p)) { in pf_send_ereport()
2926 if (PCIE_IS_PCIX(bus_p) && PCIE_IS_BDG(bus_p)) { in pf_send_ereport()
3223 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pf_reset_pfd()
3252 } else if (PCIE_IS_PCIX(bus_p)) { in pf_reset_pfd()
H A Dpcie.c1250 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()
1268 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()
1296 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()
1323 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h71 #define PCIE_IS_PCIX(bus_p) (bus_p->bus_pcix_off) macro