Lines Matching refs:fw_err
461 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument
467 fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ? in cper_print_fw_err()
468 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err()
469 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err()
472 if (fw_err->revision == 0) { in cper_print_fw_err()
474 fw_err->record_identifier); in cper_print_fw_err()
475 } else if (fw_err->revision == 2) { in cper_print_fw_err()
477 &fw_err->record_identifier_guid); in cper_print_fw_err()
487 if (fw_err->revision == 0) { in cper_print_fw_err()
491 } else if (fw_err->revision == 1) { in cper_print_fw_err()
496 offset = sizeof(*fw_err); in cper_print_fw_err()
593 struct cper_sec_fw_err_rec_ref *fw_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
599 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()