Lines Matching refs:fw_err
432 const struct cper_sec_fw_err_rec_ref *fw_err) in cper_print_fw_err() argument
438 fw_err->record_type < ARRAY_SIZE(fw_err_rec_type_strs) ? in cper_print_fw_err()
439 fw_err_rec_type_strs[fw_err->record_type] : "unknown"); in cper_print_fw_err()
440 printk("%s""Revision: %d\n", pfx, fw_err->revision); in cper_print_fw_err()
443 if (fw_err->revision == 0) { in cper_print_fw_err()
445 fw_err->record_identifier); in cper_print_fw_err()
446 } else if (fw_err->revision == 2) { in cper_print_fw_err()
448 &fw_err->record_identifier_guid); in cper_print_fw_err()
458 if (fw_err->revision == 0) { in cper_print_fw_err()
462 } else if (fw_err->revision == 1) { in cper_print_fw_err()
467 offset = sizeof(*fw_err); in cper_print_fw_err()
564 struct cper_sec_fw_err_rec_ref *fw_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
570 cper_print_fw_err(newpfx, gdata, fw_err); in cper_estatus_print_section()