Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKSTA_CLS_2_5GB (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c137 if ((lnk_stat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in cdns_pcie_retrain()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c693 (val & PCI_EXP_LNKSTA_CLS_2_5GB) ? "2.5GB" : "5GB"); in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h567 #define PCI_EXP_LNKSTA_CLS_2_5GB 0x0001 /* Current Link Speed 2.5GT/s */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h568 #define PCI_EXP_LNKSTA_CLS_2_5GB 0x0001 /* Current Link Speed 2.5GT/s */ macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c615 if ((linkstat & PCI_EXP_LNKSTA_CLS) == PCI_EXP_LNKSTA_CLS_2_5GB) { in altera_pcie_retrain()
H A Dpci-tegra.c650 value |= PCI_EXP_LNKSTA_CLS_2_5GB; in tegra_pcie_apply_sw_fixup()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c201 case PCI_EXP_LNKSTA_CLS_2_5GB: in extract_speed()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mac.c42 case PCI_EXP_LNKSTA_CLS_2_5GB: in igb_get_bus_info_pcie()
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c1627 (lnksta & PCI_EXP_LNKSTA_CLS) != PCI_EXP_LNKSTA_CLS_2_5GB) { in bcm_vk_shutdown()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c4479 case PCI_EXP_LNKSTA_CLS_2_5GB: in i40e_set_pci_config_data()