Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dfw_reset.c294 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()
299 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
/Linux-v5.15/arch/powerpc/kernel/
Deeh_pe.c687 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
691 if (val & PCI_EXP_LNKSTA_DLLLA) in eeh_bridge_check_link()
/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_pcie.c176 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
/Linux-v5.15/include/uapi/linux/
Dpci_regs.h575 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/Linux-v5.15/drivers/pci/controller/
Dpcie-altera.c147 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()
/Linux-v5.15/drivers/pci/hotplug/
Dpciehp_hpc.c242 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
Dpnv_php.c785 added = !!(lsts & PCI_EXP_LNKSTA_DLLLA); in pnv_php_interrupt()
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-qcom.c1274 return !!(val & PCI_EXP_LNKSTA_DLLLA); in qcom_pcie_link_up()
Dpcie-tegra194.c1006 return !!(val & PCI_EXP_LNKSTA_DLLLA); in tegra_pcie_dw_link_up()
/Linux-v5.15/drivers/pci/
Dpci.c4817 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pcie_wait_for_link_delay()