Searched refs:cxl_error (Results 1 – 1 of 1) sorted by relevance
22 EFI_CXL_COMPONENT_EVENT_HEADER *cxl_error = in cper_section_cxl_component_to_ir() local24 if (cxl_error->Length < sizeof(EFI_CXL_COMPONENT_EVENT_HEADER)) { in cper_section_cxl_component_to_ir()27 if (size < cxl_error->Length) { in cper_section_cxl_component_to_ir()34 json_object_new_uint64(cxl_error->Length)); in cper_section_cxl_component_to_ir()38 .value.ui64 = cxl_error->ValidBits }; in cper_section_cxl_component_to_ir()45 json_object_new_int(cxl_error->DeviceId.VendorId)); in cper_section_cxl_component_to_ir()48 json_object_new_int(cxl_error->DeviceId.DeviceId)); in cper_section_cxl_component_to_ir()52 cxl_error->DeviceId.FunctionNumber)); in cper_section_cxl_component_to_ir()55 json_object_new_int(cxl_error->DeviceId.DeviceNumber)); in cper_section_cxl_component_to_ir()58 json_object_new_int(cxl_error->DeviceId.BusNumber)); in cper_section_cxl_component_to_ir()[all …]