Searched refs:aer_cap (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/pci/pcie/ |
| H A D | aer.c | 165 int aer = dev->aer_cap; in enable_ecrc_checking() 189 int aer = dev->aer_cap; in disable_ecrc_checking() 249 if (!dev->aer_cap) in pcie_aer_is_native() 269 int aer = dev->aer_cap; in pci_aer_clear_nonfatal_status() 288 int aer = dev->aer_cap; in pci_aer_clear_fatal_status() 313 int aer = dev->aer_cap; in pci_aer_raw_clear_status() 346 int aer = dev->aer_cap; in pci_save_aer_state() 368 int aer = dev->aer_cap; in pci_restore_aer_state() 392 dev->aer_cap = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ERR); in pci_aer_init() 393 if (!dev->aer_cap) in pci_aer_init() [all …]
|
| H A D | dpc.c | 239 int pos = dev->aer_cap; in dpc_get_aer_uncorrect_severity() 355 if (pci_read_config_word(pdev, pdev->aer_cap + PCI_ERR_UNCOR_STATUS, in dpc_is_surprise_removal()
|
| H A D | aer_inject.c | 345 pos_cap_err = dev->aer_cap; in aer_inject() 356 rp_pos_cap_err = rpdev->aer_cap; in aer_inject()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | aqua_vanjaram.c | 622 int aer_cap, r, n; in aqua_vanjaram_read_pcie_state() local 661 aer_cap = pci_find_ext_capability(us_pdev, PCI_EXT_CAP_ID_ERR); in aqua_vanjaram_read_pcie_state() 662 if (aer_cap) { in aqua_vanjaram_read_pcie_state() 663 pci_read_config_dword(us_pdev, aer_cap + PCI_ERR_COR_STATUS, in aqua_vanjaram_read_pcie_state() 665 pci_read_config_dword(us_pdev, aer_cap + PCI_ERR_UNCOR_STATUS, in aqua_vanjaram_read_pcie_state()
|
| /linux/drivers/cxl/core/ |
| H A D | pci.c | 723 u16 aer_cap; in cxl_dport_map_rch_aer() local 725 aer_cap = cxl_rcrb_to_aer(dport->dport_dev, dport->rcrb.base); in cxl_dport_map_rch_aer() 726 if (aer_cap) { in cxl_dport_map_rch_aer() 728 aer_phys = aer_cap + dport->rcrb.base; in cxl_dport_map_rch_aer()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | eeh.h | 140 int aer_cap; /* Saved AER capability */ member
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | eeh-powernv.c | 360 edev->aer_cap = pnv_eeh_find_ecap(pdn, PCI_EXT_CAP_ID_ERR); in pnv_eeh_probe() 805 int aer = edev ? edev->aer_cap : 0; in __pnv_eeh_bridge_reset()
|
| /linux/drivers/cxl/ |
| H A D | cxl.h | 676 u16 aer_cap; member
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh.c | 241 cap = edev->aer_cap; in eeh_dump_dev_log()
|
| /linux/drivers/pci/ |
| H A D | quirks.c | 6331 if (!parent || !parent->aer_cap) in pci_mask_replay_timer_timeout() 6337 pci_read_config_dword(parent, parent->aer_cap + PCI_ERR_COR_MASK, &val); in pci_mask_replay_timer_timeout() 6339 pci_write_config_dword(parent, parent->aer_cap + PCI_ERR_COR_MASK, val); in pci_mask_replay_timer_timeout()
|
| /linux/include/linux/ |
| H A D | pci.h | 356 u16 aer_cap; /* AER capability offset */ member
|