Searched refs:PCI_EXP_TYPE_RC_EC (Results 1 – 10 of 10) sorted by relevance
238 pci_pcie_type(dev) == PCI_EXP_TYPE_RC_EC) && in get_port_device_capability()246 pci_pcie_type(dev) == PCI_EXP_TYPE_RC_EC) && in get_port_device_capability()689 (type != PCI_EXP_TYPE_RC_EC))) in pcie_portdrv_probe()692 if (type == PCI_EXP_TYPE_RC_EC) in pcie_portdrv_probe()
300 port_type == PCI_EXP_TYPE_RC_EC) { in pci_aer_raw_clear_status()603 (pci_pcie_type(pdev) != PCI_EXP_TYPE_RC_EC))) in aer_stats_attrs_are_visible()924 if (pci_pcie_type(parent) == PCI_EXP_TYPE_RC_EC) in find_source_device()1070 type == PCI_EXP_TYPE_RC_EC || in aer_get_device_error_info()1306 if ((pci_pcie_type(port) != PCI_EXP_TYPE_RC_EC) && in aer_probe()1369 if (type == PCI_EXP_TYPE_RC_EC || type == PCI_EXP_TYPE_RC_END) { in aer_root_reset()
314 if (pci_pcie_type(port) == PCI_EXP_TYPE_RC_EC) in pcie_pme_mark_devices()332 if (type != PCI_EXP_TYPE_RC_EC && in pcie_pme_probe()
156 if (pci_pcie_type(dev) != PCI_EXP_TYPE_RC_EC) in pci_rcec_init()
204 type == PCI_EXP_TYPE_RC_EC || in pcie_do_recovery()
369 type == PCI_EXP_TYPE_RC_EC; in pcie_cap_has_rtctl()
448 [PCI_EXP_TYPE_RC_EC] = HPX_TYPE_RC_EC, in hpx3_device_type()
779 pci_pcie_type(pci_dev) == PCI_EXP_TYPE_RC_EC)) in pcie_pme_root_status_cleanup()
3623 case PCI_EXP_TYPE_RC_EC: in pci_acs_enabled()
484 #define PCI_EXP_TYPE_RC_EC 0xa /* Root Complex Event Collector */ macro