Home
last modified time | relevance | path

Searched refs:aer (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv_errprint.c223 struct aer_capability_regs *aer) in cper_print_aer() argument
232 status = aer->cor_status; in cper_print_aer()
233 mask = aer->cor_mask; in cper_print_aer()
237 status = aer->uncor_status; in cper_print_aer()
238 mask = aer->uncor_mask; in cper_print_aer()
254 aer->uncor_severity); in cper_print_aer()
257 __print_tlp_header(dev, &aer->header_log); in cper_print_aer()
DKconfig.debug16 help of a user space helper tool aer-inject, which can be
18 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
DKconfig28 source "drivers/pci/pcie/aer/Kconfig.debug"
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt96 <aer status string>
98 aer_layer=<aer layer string>, aer_agent=<aer agent string>
108 <aer status string># :=
115 <aer status string># :=
121 <aer layer string> :=
124 <aer agent string> :=
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_qmr.c230 u64 hret, aer, aerr; in ehea_destroy_cq() local
237 ehea_error_data(cq->adapter, cq->fw_handle, &aer, &aerr); in ehea_destroy_cq()
356 u64 hret, aer, aerr; in ehea_destroy_eq() local
364 ehea_error_data(eq->adapter, eq->fw_handle, &aer, &aerr); in ehea_destroy_eq()
535 u64 hret, aer, aerr; in ehea_destroy_qp() local
543 ehea_error_data(qp->adapter, qp->fw_handle, &aer, &aerr); in ehea_destroy_qp()
995 u64 *aer, u64 *aerr) in ehea_error_data() argument
1011 *aer = rblock[6]; in ehea_error_data()
Dehea_qmr.h396 u64 *aer, u64 *aerr);
Dehea_main.c951 u64 resource_type, aer, aerr; in ehea_qp_aff_irq_handler() local
964 &aer, &aerr); in ehea_qp_aff_irq_handler()
967 if ((aer & EHEA_AER_RESET_MASK) || in ehea_qp_aff_irq_handler()
/linux-4.4.14/drivers/pci/pcie/
DMakefile14 obj-$(CONFIG_PCIEAER) += aer/
DKconfig25 source "drivers/pci/pcie/aer/Kconfig"
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt139 fatal error happens. The root port aer service driver provides a
195 component has an aer driver. If it has, kernel uses the reset_link
196 callback of the aer driver. If the upstream component has no aer driver
200 they should provide their own aer service drivers with reset_link
265 Then, you need a user space tool named aer-inject, which can be gotten
267 http://www.kernel.org/pub/linux/utils/pci/aer-inject/
269 More information about aer-inject can be found in the document comes
/linux-4.4.14/include/linux/
Daer.h66 struct aer_capability_regs *aer);
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c837 int aer = edev ? edev->aer_cap : 0; in pnv_eeh_bridge_reset() local
848 if (aer) { in pnv_eeh_bridge_reset()
849 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
852 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
870 if (aer) { in pnv_eeh_bridge_reset()
871 eeh_ops->read_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
874 eeh_ops->write_config(pdn, aer + PCI_ERR_UNCOR_MASK, in pnv_eeh_bridge_reset()
/linux-4.4.14/include/acpi/
Dactbl1.h570 struct acpi_hest_aer_common aer; member
578 struct acpi_hest_aer_common aer; member
585 struct acpi_hest_aer_common aer; member
/linux-4.4.14/drivers/misc/cxl/
Dpci.c1048 int aer; in cxl_fixup_malformed_tlp() local
1053 if (!(aer = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ERR))) in cxl_fixup_malformed_tlp()
1055 pci_read_config_dword(dev, aer + PCI_ERR_UNCOR_MASK, &data); in cxl_fixup_malformed_tlp()
1061 pci_write_config_dword(dev, aer + PCI_ERR_UNCOR_MASK, data); in cxl_fixup_malformed_tlp()
/linux-4.4.14/arch/x86/kernel/
Dpci-calgary_64.c545 u32 aer; in calgary_tce_cache_blast() local
552 aer = readl(target); in calgary_tce_cache_blast()
574 writel(aer, target); in calgary_tce_cache_blast()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10524 tmp_list->aer = 1; in bnx2x_prev_path_mark_eeh()
10546 if (tmp_list->aer) { in bnx2x_prev_is_path_marked()
10590 if (!tmp_list->aer) { in bnx2x_prev_mark_path()
10595 tmp_list->aer = 0; in bnx2x_prev_mark_path()
10612 tmp_list->aer = 0; in bnx2x_prev_mark_path()
10831 int aer = 0; in bnx2x_prev_unload() local
10846 aer = !!(bnx2x_prev_path_get_entry(bp) && in bnx2x_prev_unload()
10847 bnx2x_prev_path_get_entry(bp)->aer); in bnx2x_prev_unload()
10851 if (fw == FW_MSG_CODE_DRV_UNLOAD_COMMON || aer) { in bnx2x_prev_unload()
Dbnx2x.h1409 u8 aer; member