Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h129 #define PCI_ERR_UNC_SUPPORTED (PCI_ERR_UNC_DLP | \
149 #define PCI_ERR_UNC_SEVERITY_DEFAULT (PCI_ERR_UNC_DLP | \
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c49 case PCI_ERR_UNC_DLP: in pcie_aer_uncor_default_severity()
844 .val = PCI_ERR_UNC_DLP,
/openbmc/linux/include/ras/
H A Dras_event.h281 {PCI_ERR_UNC_DLP, "Data Link Protocol Error"}, \
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h751 #define PCI_ERR_UNC_DLP 0x00000010 /* Data Link Protocol */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h753 #define PCI_ERR_UNC_DLP 0x00000010 /* Data Link Protocol */ macro
/openbmc/linux/drivers/pci/pcie/
H A Daer.c428 PCI_ERR_COR_REP_TIMER) : PCI_ERR_UNC_DLP)
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_config.c1019 PCI_ERR_UNC_DLP | /* Data Link Protocol */ in init_pci_ext_cap_err_perm()
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c163 data &= ~(PCI_ERR_UNC_DLP | PCI_ERR_UNC_FCP); in atl1c_reset_pcie()