Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c803 cmd = PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_notification()
816 PCI_EXP_SLTCTL_DLLSCE); in pcie_enable_notification()
830 PCI_EXP_SLTCTL_DLLSCE); in pcie_disable_notification()
846 mask = PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_interrupt()
863 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_disable_interrupt()
917 ctrl_mask |= PCI_EXP_SLTCTL_DLLSCE; in pciehp_reset_slot()
H A Dpnv_php.c49 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_disable_irq()
882 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_init_irq()
886 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_init_irq()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h621 #define PCI_EXP_SLTCTL_DLLSCE 0x1000 /* Data Link Layer State Changed Enable */ macro
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c358 if ((reg16 & PCI_EXP_SLTCTL_HPIE) && (reg16 & PCI_EXP_SLTCTL_DLLSCE)) { in mlx5_check_hotplug_interrupt()