Lines Matching refs:pfx

58 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err)  in cper_print_prot_err()  argument
61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cper_print_prot_err()
82 pfx, prot_err->agent_addr.segment, in cper_print_prot_err()
88 pr_info("%s rcrb_base_address: 0x%016llx\n", pfx, in cper_print_prot_err()
107 pr_info("%s slot: %d\n", pfx, in cper_print_prot_err()
110 pfx, prot_err->device_id.vendor_id, in cper_print_prot_err()
113 pfx, prot_err->device_id.subsystem_vendor_id, in cper_print_prot_err()
116 pr_info("%s class_code: %02x%02x\n", pfx, in cper_print_prot_err()
130 pr_info("%s lower_dw: 0x%08x, upper_dw: 0x%08x\n", pfx, in cper_print_prot_err()
148 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, in cper_print_prot_err()
158 pr_info("%s DVSEC length: 0x%04x\n", pfx, prot_err->dvsec_len); in cper_print_prot_err()
160 pr_info("%s CXL DVSEC:\n", pfx); in cper_print_prot_err()
161 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, (prot_err + 1), in cper_print_prot_err()
169 pr_info("%s Error log length: 0x%04x\n", pfx, prot_err->err_len); in cper_print_prot_err()
171 pr_info("%s CXL Error Log:\n", pfx); in cper_print_prot_err()
173 pr_info("%s cxl_ras_uncor_status: 0x%08x", pfx, in cper_print_prot_err()
175 pr_info("%s cxl_ras_uncor_mask: 0x%08x\n", pfx, in cper_print_prot_err()
177 pr_info("%s cxl_ras_uncor_severity: 0x%08x\n", pfx, in cper_print_prot_err()
179 pr_info("%s cxl_ras_cor_status: 0x%08x", pfx, in cper_print_prot_err()
181 pr_info("%s cxl_ras_cor_mask: 0x%08x\n", pfx, in cper_print_prot_err()
183 pr_info("%s cap_control: 0x%08x\n", pfx, in cper_print_prot_err()
185 pr_info("%s Header Log Registers:\n", pfx); in cper_print_prot_err()
186 print_hex_dump(pfx, "", DUMP_PREFIX_OFFSET, 16, 4, cxl_ras->header_log, in cper_print_prot_err()