Searched refs:PCI_ERR_UNC_INTN (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/ras/
H A Dras_event.h293 {PCI_ERR_UNC_INTN, "Uncorrectable Internal Error"},\
/linux-master/drivers/pci/pcie/
H A Daer.c960 mask &= ~PCI_ERR_UNC_INTN;
1000 return info->status & PCI_ERR_UNC_INTN;
/linux-master/drivers/misc/cxl/
H A Dpci.c1348 if (data & PCI_ERR_UNC_INTN)
1351 data |= PCI_ERR_UNC_INTN;
/linux-master/include/uapi/linux/
H A Dpci_regs.h765 #define PCI_ERR_UNC_INTN 0x00400000 /* internal error */ macro
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c1031 PCI_ERR_UNC_INTN | /* internal error */

Completed in 225 milliseconds