Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_DLLSCE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c841 cmd = PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_notification()
854 PCI_EXP_SLTCTL_DLLSCE); in pcie_enable_notification()
868 PCI_EXP_SLTCTL_DLLSCE); in pcie_disable_notification()
884 mask = PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_interrupt()
901 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_disable_interrupt()
/linux/include/uapi/linux/
H A Dpci_regs.h630 #define PCI_EXP_SLTCTL_DLLSCE 0x1000 /* Data Link Layer State Changed Enable */ macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c382 if ((reg16 & PCI_EXP_SLTCTL_HPIE) && (reg16 & PCI_EXP_SLTCTL_DLLSCE)) { in mlx5_check_hotplug_interrupt()