Lines Matching refs:fw_err
457 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument
463 fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ? in cper_print_fw_err()
464 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err()
465 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err()
468 if (fw_err->revision == 0) { in cper_print_fw_err()
470 fw_err->record_identifier); in cper_print_fw_err()
471 } else if (fw_err->revision == 2) { in cper_print_fw_err()
473 &fw_err->record_identifier_guid); in cper_print_fw_err()
483 if (fw_err->revision == 0) { in cper_print_fw_err()
487 } else if (fw_err->revision == 1) { in cper_print_fw_err()
492 offset = sizeof(*fw_err); in cper_print_fw_err()
589 struct cper_sec_fw_err_rec_ref *fw_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
595 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()