Home
last modified time | relevance | path

Searched refs:PCI_EXP_TYPE_ROOT_PORT (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v5.4/drivers/pci/pcie/
Daer.c234 pcie_type == PCI_EXP_TYPE_ROOT_PORT) || in hest_match_type()
437 if (port_type == PCI_EXP_TYPE_ROOT_PORT) { in pci_cleanup_aer_error_status_regs()
646 pci_pcie_type(pdev) != PCI_EXP_TYPE_ROOT_PORT) in aer_stats_attrs_are_visible()
1107 } else if (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT || in aer_get_device_error_info()
1258 if ((type == PCI_EXP_TYPE_ROOT_PORT) || in set_device_error_reporting()
1440 .port_type = PCI_EXP_TYPE_ROOT_PORT,
Dportdrv_core.c241 if (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT && in get_port_device_capability()
258 pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT) in get_port_device_capability()
Dportdrv_pci.c99 ((pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) && in pcie_portdrv_probe()
Derr.c196 if (!(pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT || in pcie_do_recovery()
Dpme.c448 .port_type = PCI_EXP_TYPE_ROOT_PORT,
Daspm.c875 if (pci_pcie_type(pdev) == PCI_EXP_TYPE_ROOT_PORT || in alloc_pcie_link_state()
922 if (pci_pcie_type(pdev) == PCI_EXP_TYPE_ROOT_PORT && in pcie_aspm_init_link_state()
/Linux-v5.4/drivers/pci/
Daccess.c345 type == PCI_EXP_TYPE_ROOT_PORT || in pcie_cap_has_lnkctl()
362 return type == PCI_EXP_TYPE_ROOT_PORT || in pcie_cap_has_rtctl()
Dsearch.c78 case PCI_EXP_TYPE_ROOT_PORT: in pci_for_each_dma_alias()
Dprobe.c959 (pci_pcie_type(bridge) == PCI_EXP_TYPE_ROOT_PORT || in pci_bridge_child_ext_cfg_accessible()
1912 if (mpss < p_mps && pci_pcie_type(bridge) == PCI_EXP_TYPE_ROOT_PORT) { in pci_configure_mps()
2034 if (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT) { in pci_configure_ltr()
2054 if (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_ltr()
2079 if (pcie_type == PCI_EXP_TYPE_ROOT_PORT || in pci_configure_eetlp_prefix()
2570 pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) in pcie_find_smpss()
2586 if (pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT && in pcie_write_mps()
Dpci-bridge-emul.c287 bridge->pcie_conf.cap = PCI_EXP_TYPE_ROOT_PORT << 4 | 2 | in pci_bridge_emul_init()
Dpci-acpi.c447 [PCI_EXP_TYPE_ROOT_PORT] = HPX_TYPE_ROOT_PORT, in hpx3_device_type()
1220 if (pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) in pci_acpi_set_untrusted()
Dpci.h132 return type == PCI_EXP_TYPE_ROOT_PORT || in pcie_downstream_port()
Dquirks.c4323 (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT) && in pci_quirk_cavium_acs_match()
4396 if (!pci_is_pcie(dev) || pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) in pci_quirk_intel_pch_acs_match()
4441 if (pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) in pci_quirk_al_acs()
4504 if (!pci_is_pcie(dev) || pci_pcie_type(dev) != PCI_EXP_TYPE_ROOT_PORT) in pci_quirk_intel_spt_pch_acs_match()
5035 if (pci_pcie_type(pdev) == PCI_EXP_TYPE_ROOT_PORT) in quirk_fsl_no_msi()
Dpci.c705 if (pci_pcie_type(highest_pcie_bridge) != PCI_EXP_TYPE_ROOT_PORT) in pci_find_pcie_root_port()
2627 case PCI_EXP_TYPE_ROOT_PORT: in pci_bridge_d3_possible()
3367 case PCI_EXP_TYPE_ROOT_PORT: in pci_acs_enabled()
3575 case PCI_EXP_TYPE_ROOT_PORT: in pci_enable_atomic_ops_to_root()
Dpci-driver.c744 (pci_pcie_type(pci_dev) == PCI_EXP_TYPE_ROOT_PORT || in pcie_pme_root_status_cleanup()
/Linux-v5.4/arch/sh/drivers/pci/
Dpcie-sh7786.c324 data |= PCI_EXP_TYPE_ROOT_PORT << 20; in pcie_init()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpci-imx6.c614 PCI_EXP_TYPE_ROOT_PORT); in imx6_pcie_configure_type()
618 PCI_EXP_TYPE_ROOT_PORT); in imx6_pcie_configure_type()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Deeh_pseries.c272 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pseries_eeh_probe()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h476 #define PCI_EXP_TYPE_ROOT_PORT 0x4 /* Root Port */ macro
/Linux-v5.4/drivers/pci/controller/
Dpcie-rcar.c597 PCI_EXP_FLAGS_TYPE, PCI_EXP_TYPE_ROOT_PORT << 4); in rcar_pcie_hw_init()
Dpcie-iproc.c558 *val = (PCI_EXP_TYPE_ROOT_PORT << 4 | 2) << 16 | in iproc_pcie_fix_cap()
/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c402 if (pcie_flags == PCI_EXP_TYPE_ROOT_PORT) in pnv_eeh_probe()
/Linux-v5.4/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c3072 if (pci_pcie_type(bridge) != PCI_EXP_TYPE_ROOT_PORT) { in myri10ge_enable_ecrc()
3088 PCI_EXP_TYPE_ROOT_PORT); in myri10ge_enable_ecrc()
/Linux-v5.4/include/linux/
Dpci.h2148 if (pci_pcie_type(dev) == PCI_EXP_TYPE_ROOT_PORT) in pcie_find_root_port()
/Linux-v5.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1433 if (pci_pcie_type(root) != PCI_EXP_TYPE_ROOT_PORT) in netxen_mask_aer_correctable()

12