/linux-4.1.27/drivers/staging/unisys/include/ |
D | guestlinuxdebug.h | 149 #define POSTCODE_LINUX_A(DRIVER_PC, EVENT_PC, pc32bit, severity) \ argument 155 ISSUE_IO_VMCALL_POSTCODE_SEVERITY(post_code_temp, severity); \ 158 #define POSTCODE_LINUX_B(DRIVER_PC, EVENT_PC, pc16bit1, pc16bit2, severity) \ argument 165 ISSUE_IO_VMCALL_POSTCODE_SEVERITY(post_code_temp, severity); \ 169 #define POSTCODE_LINUX_2(EVENT_PC, severity) \ argument 170 POSTCODE_LINUX_A(CURRENT_FILE_PC, EVENT_PC, 0x0000, severity) 172 #define POSTCODE_LINUX_3(EVENT_PC, pc32bit, severity) \ argument 173 POSTCODE_LINUX_A(CURRENT_FILE_PC, EVENT_PC, pc32bit, severity) 175 #define POSTCODE_LINUX_4(EVENT_PC, pc16bit1, pc16bit2, severity) \ argument 177 pc16bit2, severity)
|
/linux-4.1.27/include/ras/ |
D | ras_event.h | 209 const u8 severity), 211 TP_ARGS(dev_name, status, severity), 216 __field( u8, severity ) 222 __entry->severity = severity; 227 __entry->severity == AER_CORRECTABLE ? "Corrected" : 228 __entry->severity == AER_FATAL ? 230 __entry->severity == AER_CORRECTABLE ?
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 138 if (e_info->severity == AER_CORRECTABLE) { in is_error_source() 457 static void do_recovery(struct pci_dev *dev, int severity) in do_recovery() argument 462 if (severity == AER_FATAL) in do_recovery() 472 if (severity == AER_FATAL) { in do_recovery() 526 if (info->severity == AER_CORRECTABLE) { in handle_error_source() 536 do_recovery(dev, info->severity); in handle_error_source() 549 int severity; member 564 int severity, struct aer_capability_regs *aer_regs) in aer_recover_queue() argument 571 .severity = severity, in aer_recover_queue() 599 cper_print_aer(pdev, entry.severity, entry.regs); in aer_recover_work_func() [all …]
|
D | aerdrv_errprint.c | 150 if (info->severity == AER_CORRECTABLE) in __aer_print_error() 173 aer_error_severity_string[info->severity], id); in aer_print_error() 177 layer = AER_GET_LAYER_ERROR(info->severity, info->status); in aer_print_error() 178 agent = AER_GET_AGENT(info->severity, info->status); in aer_print_error() 181 aer_error_severity_string[info->severity], in aer_print_error() 198 info->severity); in aer_print_error() 205 aer_error_severity_string[info->severity], info->id); in aer_print_port_info()
|
D | aerdrv.h | 41 unsigned int severity:2; /* 0:NONFATAL | 1:FATAL | 2:COR */ member
|
/linux-4.1.27/drivers/firmware/efi/ |
D | cper.c | 63 const char *cper_severity_str(unsigned int severity) in cper_severity_str() argument 65 return severity < ARRAY_SIZE(severity_strs) ? in cper_severity_str() 66 severity_strs[severity] : "unknown"; in cper_severity_str() 393 __u16 severity; in cper_estatus_print_section() local 396 severity = gdata->error_severity; in cper_estatus_print_section() 398 cper_severity_str(severity)); in cper_estatus_print_section() 444 __u16 severity; in cper_estatus_print() local 446 severity = estatus->error_severity; in cper_estatus_print() 447 if (severity == CPER_SEV_CORRECTED) in cper_estatus_print() 451 printk("%s""event severity: %s\n", pfx, cper_severity_str(severity)); in cper_estatus_print()
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | output_format.txt | 9 severity: <integer>, <severity string> 10 section: <integer>, severity: <integer>, <severity string> 18 <severity string>* := recoverable | fatal | corrected | info 107 if section severity is fatal or recoverable
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce-apei.c | 41 void apei_mce_report_mem_error(int severity, struct cper_sec_mem_err *mem_err) in apei_mce_report_mem_error() argument 53 if (severity >= GHES_SEV_RECOVERABLE) in apei_mce_report_mem_error() 55 if (severity >= GHES_SEV_PANIC) in apei_mce_report_mem_error()
|
D | mce.c | 627 int severity; in machine_check_poll() local 664 severity = mce_severity(&m, mca_cfg.tolerant, NULL, false); in machine_check_poll() 670 if (severity == MCE_DEFERRED_SEVERITY && memory_error(&m)) { in machine_check_poll() 806 int severity = mce_severity(&per_cpu(mces_seen, cpu), in mce_reign() local 809 if (severity > global_worst) { in mce_reign() 811 global_worst = severity; in mce_reign() 1032 int severity; in do_machine_check() local 1113 severity = mce_severity(&m, cfg->tolerant, NULL, true); in do_machine_check() 1119 if ((severity == MCE_KEEP_SEVERITY || in do_machine_check() 1120 severity == MCE_UCNA_SEVERITY) && !no_way_out) in do_machine_check() [all …]
|
D | mce-severity.c | 36 static struct severity { struct 247 struct severity *s; in mce_severity_intel() 304 struct severity *ser = data; in s_show()
|
D | Makefile | 1 obj-y = mce.o mce-severity.o
|
/linux-4.1.27/drivers/char/ |
D | snsc_event.c | 190 char *severity; in scdrv_dispatch_event() local 198 severity = scdrv_event_severity(code); in scdrv_dispatch_event() 221 printk("%s|$(0x%x)%s\n", severity, esp_code, desc); in scdrv_dispatch_event()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/ |
D | vmcallinterface.h | 87 #define ISSUE_IO_VMCALL_POSTCODE_SEVERITY(postcode, severity) \ argument 89 ISSUE_IO_EXTENDED_VMCALL(VMCALL_POST_CODE_LOGEVENT, severity, \
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | eeh-powernv.c | 1028 static int pnv_eeh_get_log(struct eeh_pe *pe, int severity, in pnv_eeh_get_log() argument 1303 __be16 err_type, severity; in pnv_eeh_next_error() local 1328 &frozen_pe_no, &err_type, &severity); in pnv_eeh_next_error() 1338 be16_to_cpu(severity) == OPAL_EEH_SEV_NO_ERROR) { in pnv_eeh_next_error() 1351 be16_to_cpu(severity), be64_to_cpu(frozen_pe_no), in pnv_eeh_next_error() 1355 if (be16_to_cpu(severity) == OPAL_EEH_SEV_IOC_DEAD) { in pnv_eeh_next_error() 1358 } else if (be16_to_cpu(severity) == OPAL_EEH_SEV_INF) { in pnv_eeh_next_error() 1367 if (be16_to_cpu(severity) == OPAL_EEH_SEV_PHB_DEAD) { in pnv_eeh_next_error() 1374 } else if (be16_to_cpu(severity) == in pnv_eeh_next_error() 1382 } else if (be16_to_cpu(severity) == OPAL_EEH_SEV_INF) { in pnv_eeh_next_error()
|
D | opal-hmi.c | 65 switch (hmi_evt->severity) { in print_hmi_event_info()
|
D | opal.c | 510 evt->severity == MCE_SEV_ERROR_SYNC) { in opal_recover_mce()
|
/linux-4.1.27/include/linux/ |
D | aer.h | 64 int severity,
|
/linux-4.1.27/drivers/staging/i2o/ |
D | debug.c | 16 void i2o_report_status(const char *severity, const char *str, in i2o_report_status() argument 27 printk("%s%s: ", severity, str); in i2o_report_status()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 205 severity. Some actions are performed by issuing SCSI commands and 215 Higher-severity actions are taken only when lower-severity actions 217 highest-severity action means EH failure and results in offlining of 230 - Higher severity actions are taken iff eh_work_q is not empty after 231 lower severity actions are complete. 312 causes higher-severity recovery to be taken for the scmd. 340 higher-severity actions.
|
D | ChangeLog.lpfc | 90 * Reduced severity of "SCSI layer issued abort device" message to 1368 * Fix severity inconsistency with log message 249
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc-pci.h | 56 void eeh_slot_error_detail(struct eeh_pe *pe, int severity);
|
D | mce.h | 127 enum MCE_Severity severity:8; /* 0x02 */
|
D | eeh.h | 210 int (*get_log)(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len);
|
D | opal-api.h | 463 uint8_t severity; /* 0x01 */ member
|
D | opal.h | 147 __be16 *pci_error_type, __be16 *severity);
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | mce.c | 99 mce->severity = MCE_SEV_ERROR_SYNC; in save_mce_event() 251 switch (evt->severity) { in machine_check_print_event_info()
|
D | eeh.c | 297 void eeh_slot_error_detail(struct eeh_pe *pe, int severity) in eeh_slot_error_detail() argument 335 eeh_ops->get_log(pe, severity, pci_regs_buf, loglen); in eeh_slot_error_detail()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 123 (mce_evt.severity == MCE_SEV_NO_ERROR || in kvmppc_realmode_mc_power7()
|
/linux-4.1.27/drivers/atm/ |
D | horizon.h | 49 #define PRINTK(severity,format,args...) \ argument 50 printk(severity DEV_LABEL ": " format "\n" , ## args)
|
D | ambassador.h | 45 #define PRINTK(severity,format,args...) \ argument 46 printk(severity DEV_LABEL ": " format "\n" , ## args)
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl.h | 340 int severity; member
|
D | i40e_virtchnl_pf.c | 80 pfe.severity = I40E_PF_EVENT_SEVERITY_INFO; in i40e_vc_notify_vf_link_state() 119 pfe.severity = I40E_PF_EVENT_SEVERITY_CERTAIN_DOOM; in i40e_vc_notify_reset() 147 pfe.severity = I40E_PF_EVENT_SEVERITY_CERTAIN_DOOM; in i40e_vc_notify_vf_reset() 2322 pfe.severity = I40E_PF_EVENT_SEVERITY_INFO; in i40e_ndo_set_vf_link_state()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_virtchnl.h | 340 int severity; member
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | eeh_pseries.c | 588 static int pseries_eeh_get_log(struct eeh_pe *pe, int severity, char *drv_log, unsigned long len) in pseries_eeh_get_log() argument 606 severity); in pseries_eeh_get_log()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | diagchannel.h | 161 u32 severity; member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | salinfo.c | 418 if (rh->severity == sal_log_severity_corrected) in salinfo_log_read_cpu() 506 if (rh->severity != sal_log_severity_corrected) in salinfo_log_clear()
|
D | mca.c | 478 if (rh->severity == sal_log_severity_corrected) in ia64_mca_log_sal_error_record() 1336 rh->severity = sal_log_severity_corrected; in ia64_mca_handler()
|
/linux-4.1.27/drivers/scsi/ |
D | 3w-sas.h | 305 unsigned char severity; member
|
D | gdth_ioctl.h | 165 u32 severity; member
|
D | 3w-9xxx.h | 574 unsigned char severity; member
|
D | mvumi.h | 156 u8 severity; member
|
D | gdth.h | 813 u32 severity; member
|
D | 3w-sas.c | 245 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twl_aen_queue_event() 260 if (event->severity != TW_AEN_SEVERITY_DEBUG) in twl_aen_queue_event()
|
D | 3w-9xxx.c | 397 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twa_aen_queue_event() 412 if (event->severity != TW_AEN_SEVERITY_DEBUG) in twa_aen_queue_event()
|
D | mvumi.c | 1397 ptr->sequence_no, ptr->event_id, ptr->severity, ptr->device_id); in mvumi_show_event()
|
D | gdth.c | 3105 ha->dvr.severity = readb in __gdth_interrupt() 3106 (&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.severity); in __gdth_interrupt()
|
/linux-4.1.27/drivers/acpi/apei/ |
D | ghes.c | 279 static inline int ghes_severity(int severity) in ghes_severity() argument 281 switch (severity) { in ghes_severity()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | conf.h | 1297 u8 severity; member
|
D | cmd.c | 1783 cmd->log_severity = wl->conf.fwlog.severity; in wl12xx_cmd_config_fwlog()
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 75 0000:50:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Request… 130 including mask and severity registers. Helper function
|
/linux-4.1.27/include/acpi/ |
D | actbl2.h | 187 u8 severity; member
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 328 u8 severity; /* Error Severity */ member
|
/linux-4.1.27/fs/affs/ |
D | Changes | 281 function. They are all prefixed by a severity
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | atioctl.h | 298 u16 severity; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 337 .severity = 0,
|
/linux-4.1.27/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 462 .severity = 0,
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 953 The action the kernel takes depends on the severity of the problem,
|