Searched refs:aer_cap (Results 1 – 8 of 8) sorted by relevance
| /drivers/pci/pcie/ |
| A D | aer.c | 154 int aer = dev->aer_cap; in enable_ecrc_checking() 178 int aer = dev->aer_cap; in disable_ecrc_checking() 238 if (!dev->aer_cap) in pcie_aer_is_native() 258 int aer = dev->aer_cap; in pci_aer_clear_nonfatal_status() 277 int aer = dev->aer_cap; in pci_aer_clear_fatal_status() 302 int aer = dev->aer_cap; in pci_aer_raw_clear_status() 335 int aer = dev->aer_cap; in pci_save_aer_state() 357 int aer = dev->aer_cap; in pci_restore_aer_state() 382 if (!dev->aer_cap) in pci_aer_init() 1369 aer = dev->aer_cap; in aer_get_device_error_info() [all …]
|
| 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()
|
| 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()
|
| A D | portdrv.c | 81 pos = dev->aer_cap; in pcie_message_numbers() 242 dev->aer_cap && pci_aer_available() && in get_port_device_capability()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | aqua_vanjaram.c | 621 int aer_cap, r, n; in aqua_vanjaram_read_pcie_state() local 660 aer_cap = pci_find_ext_capability(us_pdev, PCI_EXT_CAP_ID_ERR); in aqua_vanjaram_read_pcie_state() 661 if (aer_cap) { in aqua_vanjaram_read_pcie_state() 662 pci_read_config_dword(us_pdev, aer_cap + PCI_ERR_COR_STATUS, in aqua_vanjaram_read_pcie_state() 664 pci_read_config_dword(us_pdev, aer_cap + PCI_ERR_UNCOR_STATUS, in aqua_vanjaram_read_pcie_state()
|
| /drivers/cxl/core/ |
| A D | pci.c | 755 u16 aer_cap; in cxl_dport_map_rch_aer() local 757 aer_cap = cxl_rcrb_to_aer(dport->dport_dev, dport->rcrb.base); in cxl_dport_map_rch_aer() 758 if (aer_cap) { in cxl_dport_map_rch_aer() 760 aer_phys = aer_cap + dport->rcrb.base; in cxl_dport_map_rch_aer()
|
| /drivers/cxl/ |
| A D | cxl.h | 654 u16 aer_cap; member
|
| /drivers/pci/ |
| A D | quirks.c | 6328 if (!parent || !parent->aer_cap) in pci_mask_replay_timer_timeout() 6334 pci_read_config_dword(parent, parent->aer_cap + PCI_ERR_COR_MASK, &val); in pci_mask_replay_timer_timeout() 6336 pci_write_config_dword(parent, parent->aer_cap + PCI_ERR_COR_MASK, val); in pci_mask_replay_timer_timeout()
|
Completed in 33 milliseconds