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

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c575 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p))
689 else if (PCIE_IS_PCIX(bus_p))
749 if (PCIE_IS_BDG(bus_p) && PCIE_IS_PCIX(bus_p))
788 else if (PCIE_IS_PCIX(bus_p))
2747 if (PCIE_IS_PCIX(bus_p) && !PCIE_IS_BDG(bus_p)) {
2808 if (PCIE_IS_PCIX(bus_p) && PCIE_IS_BDG(bus_p)) {
3091 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) {
3120 } else if (PCIE_IS_PCIX(bus_p)) {
H A Dpcie.c680 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) {
691 } else if (PCIE_IS_PCIX(bus_p)) {
719 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) {
746 } else if (PCIE_IS_PCIX(bus_p)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h68 #define PCIE_IS_PCIX(bus_p) (bus_p->bus_pcix_off) macro

Completed in 67 milliseconds