Home
last modified time | relevance | path

Searched refs:CxlAgentType (Results 1 – 2 of 2) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-cxl-protocol.c29 cxl_protocol_error->CxlAgentType, 2, in cper_section_cxl_protocol_to_ir()
36 if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
59 } else if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
97 if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
184 section_cper->CxlAgentType = readable_pair_to_integer( in ir_section_cxl_protocol_to_cper()
190 if (section_cper->CxlAgentType == CXL_PROTOCOL_ERROR_DEVICE_AGENT) { in ir_section_cxl_protocol_to_cper()
207 } else if (section_cper->CxlAgentType == in ir_section_cxl_protocol_to_cper()
232 if (section_cper->CxlAgentType == CXL_PROTOCOL_ERROR_DEVICE_AGENT) { in ir_section_cxl_protocol_to_cper()
H A Dcper-section-cxl-protocol.h57 UINT64 CxlAgentType; member