Home
last modified time | relevance | path

Searched refs:PCI_ERR_UNCOR_STATUS (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/pci/pcie/
Daer.c258 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_nonfatal_status()
262 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_nonfatal_status()
277 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_clear_fatal_status()
281 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_clear_fatal_status()
311 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in pci_aer_raw_clear_status()
312 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, status); in pci_aer_raw_clear_status()
865 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, &status); in is_error_source()
1060 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_STATUS, in aer_get_device_error_info()
1263 pci_read_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, &reg32); in aer_enable_rootport()
1264 pci_write_config_dword(pdev, aer + PCI_ERR_UNCOR_STATUS, reg32); in aer_enable_rootport()
Ddpc.c183 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in dpc_get_aer_uncorrect_severity()
Daer_inject.c148 case PCI_ERR_UNCOR_STATUS: in find_pci_config_dword()
/Linux-v5.10/arch/mips/pci/
Dpci-octeon.c128 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in pcibios_plat_dev_init()
130 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, in pcibios_plat_dev_init()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h734 #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */ macro
/Linux-v5.10/drivers/net/ethernet/cavium/liquidio/
Dlio_vf_main.c156 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
162 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
Dlio_main.c296 pci_read_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, &status); in cleanup_aer_uncorrect_error_status()
302 pci_write_config_dword(dev, pos + PCI_ERR_UNCOR_STATUS, status); in cleanup_aer_uncorrect_error_status()
/Linux-v5.10/drivers/net/ethernet/marvell/
Dsky2.c2872 err = sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
2873 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_hw_intr()
2878 sky2_read32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS); in sky2_hw_intr()
3269 sky2_write32(hw, Y2_CFG_AER + PCI_ERR_UNCOR_STATUS, in sky2_reset()
/Linux-v5.10/drivers/vfio/pci/
Dvfio_pci_config.c998 p_setd(perm, PCI_ERR_UNCOR_STATUS, NO_VIRT, mask); in init_pci_ext_cap_err_perm()