Searched refs:PCIE_IS_PCIX (Results 1 – 3 of 3) sorted by relevance
610 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()
1258 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()1276 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_init_pfd()1304 if (PCIE_IS_PCIE_BDG(bus_p) && PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()1331 } else if (PCIE_IS_PCIX(bus_p)) { in pcie_fini_pfd()
71 #define PCIE_IS_PCIX(bus_p) (bus_p->bus_pcix_off) macro