Searched refs:PCIE_IS_PCIX (Results 1 – 3 of 3) sorted by relevance
575 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()
680 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()
68 #define PCIE_IS_PCIX(bus_p) (bus_p->bus_pcix_off) macro