Symbol: PCI_EXP_LNKSTA_DLLLA
arch/powerpc/kernel/eeh_pe.c
689
if (val & PCI_EXP_LNKSTA_DLLLA)
arch/powerpc/kernel/eeh_pe.c
693
if (val & PCI_EXP_LNKSTA_DLLLA)
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
560
if (reg16 & PCI_EXP_LNKSTA_DLLLA)
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
565
if (reg16 & PCI_EXP_LNKSTA_DLLLA) {
drivers/net/wwan/iosm/iosm_ipc_pcie.c
178
return link_status & PCI_EXP_LNKSTA_DLLLA;
drivers/pci/controller/dwc/pcie-qcom.c
1255
return val & PCI_EXP_LNKSTA_DLLLA;
drivers/pci/controller/dwc/pcie-qcom.c
1568
if (!(status & PCI_EXP_LNKSTA_DLLLA))
drivers/pci/controller/dwc/pcie-tegra194.c
1018
return val & PCI_EXP_LNKSTA_DLLLA;
drivers/pci/controller/pci-aardvark.c
888
val |= (PCI_EXP_LNKSTA_DLLLA << 16);
drivers/pci/controller/pci-mvebu.c
651
(PCI_EXP_LNKSTA_DLLLA << 16) : 0);
drivers/pci/controller/pcie-altera.c
192
return !!(readw(addr) & PCI_EXP_LNKSTA_DLLLA);
drivers/pci/controller/pcie-altera.c
201
return (readw_relaxed(addr) & PCI_EXP_LNKSTA_DLLLA);
drivers/pci/hotplug/pciehp_hpc.c
245
ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA);
drivers/pci/hotplug/pnv_php.c
405
ret = !!(lnk_status & PCI_EXP_LNKSTA_DLLLA);
drivers/pci/hotplug/pnv_php.c
996
added = !!(lsts & PCI_EXP_LNKSTA_DLLLA);
drivers/pci/pci.c
4513
lnksta_mask = use_lt ? PCI_EXP_LNKSTA_LT : PCI_EXP_LNKSTA_DLLLA;
drivers/pci/pci.c
4776
if (!(status & PCI_EXP_LNKSTA_DLLLA))
drivers/pci/quirks.c
110
if (!(lnksta & PCI_EXP_LNKSTA_DLLLA) && pcie_lbms_seen(dev, lnksta)) {
drivers/pci/quirks.c
129
if ((lnksta & PCI_EXP_LNKSTA_DLLLA) &&
include/trace/events/pci.h
73
PCI_EXP_LNKSTA_DLLLA)
include/trace/events/pci.h
77
{ PCI_EXP_LNKSTA_DLLLA, "DLLLA"}, \