Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c575 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) in pf_pcie_regs_gather()
689 else if (PCIE_IS_PCIX(bus_p)) in pf_pci_regs_gather()
749 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) in pf_pcie_regs_clear()
788 else if (PCIE_IS_PCIX(bus_p)) in pf_pci_regs_clear()
2747 if (PCIE_IS_PCIX(bus_p) && !PCIE_IS_BDG(bus_p)) { in pf_send_ereport()
2808 if (PCIE_IS_PCIX(bus_p) && PCIE_IS_BDG(bus_p)) { in pf_send_ereport()
3091 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pf_reset_pfd()
3120 } else if (PCIE_IS_PCIX(bus_p)) { in pf_reset_pfd()
H A Dpcie.c680 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()
691 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()
719 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()
746 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()
/titanic_50/usr/src/uts/common/sys/
H A Dpcie_impl.h68 #define PCIE_IS_PCIX(bus_p) (bus_p->bus_pcix_off) macro