Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c560 if (reg16 & PCI_EXP_LNKSTA_DLLLA) in mlx5_pci_link_toggle()
565 if (reg16 & PCI_EXP_LNKSTA_DLLLA) { in mlx5_pci_link_toggle()
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c178 return link_status & PCI_EXP_LNKSTA_DLLLA; in ipc_pcie_check_data_link_active()
/linux/drivers/pci/controller/
H A Dpcie-altera.c192 return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA); in s10_altera_pcie_link_up()
201 return (readw_relaxed(addr) & PCI_EXP_LNKSTA_DLLLA); in aglx_altera_pcie_link_up()
H A Dpci-mvebu.c651 (PCI_EXP_LNKSTA_DLLLA << 16) : 0); in mvebu_pci_bridge_emul_pcie_conf_read()
H A Dpci-aardvark.c888 val |= (PCI_EXP_LNKSTA_DLLLA << 16); in advk_pci_bridge_emul_pcie_conf_read()
/linux/include/uapi/linux/
H A Dpci_regs.h593 #define PCI_EXP_LNKSTA_DLLLA 0x2000 /* Data Link Layer Link Active */ macro
/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c245 ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA); in pciehp_check_link_active()
/linux/drivers/pci/
H A Dpci.c4510 lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA; in pcie_wait_for_link_status()
4773 if (!(status & PCI_EXP_LNKSTA_DLLLA)) in pci_bridge_wait_for_secondary_bus()