Lines Matching refs:fw_err
430 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument
436 fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ? in cper_print_fw_err()
437 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err()
438 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err()
441 if (fw_err->revision == 0) { in cper_print_fw_err()
443 fw_err->record_identifier); in cper_print_fw_err()
444 } else if (fw_err->revision == 2) { in cper_print_fw_err()
446 &fw_err->record_identifier_guid); in cper_print_fw_err()
456 if (fw_err->revision == 0) { in cper_print_fw_err()
460 } else if (fw_err->revision == 1) { in cper_print_fw_err()
465 offset = sizeof(*fw_err); in cper_print_fw_err()
562 struct cper_sec_fw_err_rec_ref *fw_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
568 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()