Searched refs:PCI_ERR_UNCOR_SEVER (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 123 pci_set_long(dev->config + offset + PCI_ERR_UNCOR_SEVER, in pcie_aer_init() 125 pci_set_long(dev->wmask + offset + PCI_ERR_UNCOR_SEVER, in pcie_aer_init() 689 error_status & pci_get_long(aer_cap + PCI_ERR_UNCOR_SEVER); in pcie_aer_inject_error()
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | aer.c | 256 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, &sev); in pci_aer_clear_nonfatal_status() 275 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, &sev); in pci_aer_clear_fatal_status() 338 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, cap++); in pci_save_aer_state() 360 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_SEVER, *cap++); in pci_restore_aer_state()
|
H A D | dpc.c | 253 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &sev); in dpc_get_aer_uncorrect_severity()
|
H A D | aer_inject.c | 351 pci_read_config_dword(dev, pos_cap_err + PCI_ERR_UNCOR_SEVER, &sever); in aer_inject()
|
/openbmc/linux/drivers/pci/ |
H A D | pci-acpi.c | 343 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, ®32); in program_hpx_type2() 345 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, reg32); in program_hpx_type2()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 769 #define PCI_ERR_UNCOR_SEVER 0x0c /* Uncorrectable Error Severity */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 771 #define PCI_ERR_UNCOR_SEVER 0x0c /* Uncorrectable Error Severity */ macro
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-mvebu.c | 706 case PCI_ERR_UNCOR_SEVER: in mvebu_pci_bridge_emul_ext_conf_read() 870 case PCI_ERR_UNCOR_SEVER: in mvebu_pci_bridge_emul_ext_conf_write()
|
H A D | pci-aardvark.c | 972 case PCI_ERR_UNCOR_SEVER: in advk_pci_bridge_emul_ext_conf_read() 1006 case PCI_ERR_UNCOR_SEVER: in advk_pci_bridge_emul_ext_conf_write()
|
/openbmc/qemu/docs/devel/migration/ |
H A D | compatibility.rst | 372 pci_set_long(dev->config + offset + PCI_ERR_UNCOR_SEVER, 433 pci_set_long(dev->config + offset + PCI_ERR_UNCOR_SEVER,
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_main.c | 162 pci_read_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, &data); in atl1c_reset_pcie() 164 pci_write_config_dword(pdev, pos + PCI_ERR_UNCOR_SEVER, data); in atl1c_reset_pcie()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_config.c | 1037 p_setd(perm, PCI_ERR_UNCOR_SEVER, NO_VIRT, mask); in init_pci_ext_cap_err_perm()
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_vf_main.c | 156 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &mask); in cleanup_aer_uncorrect_error_status()
|
H A D | lio_main.c | 291 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_SEVER, &mask); in cleanup_aer_uncorrect_error_status()
|