Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL_LD (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c490 err = pcie_capability_set_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()
494 err = pcie_capability_clear_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-intel-gw.c128 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c339 PCI_EXP_LNKCTL_LD, in __pciehp_link_set()
340 enable ? 0 : PCI_EXP_LNKCTL_LD); in __pciehp_link_set()
/linux-6.15/arch/powerpc/kernel/
H A Deeh_pe.c670 val &= ~PCI_EXP_LNKCTL_LD; in eeh_bridge_check_link()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h560 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ macro