Lines Matching refs:fw_err
466 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument
472 fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ? in cper_print_fw_err()
473 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err()
474 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err()
477 if (fw_err->revision == 0) { in cper_print_fw_err()
479 fw_err->record_identifier); in cper_print_fw_err()
480 } else if (fw_err->revision == 2) { in cper_print_fw_err()
482 &fw_err->record_identifier_guid); in cper_print_fw_err()
492 if (fw_err->revision == 0) { in cper_print_fw_err()
496 } else if (fw_err->revision == 1) { in cper_print_fw_err()
501 offset = sizeof(*fw_err); in cper_print_fw_err()
617 struct cper_sec_fw_err_rec_ref *fw_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
623 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()