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.c39 cxl_protocol_error->CxlAgentType, 2, in cper_section_cxl_protocol_to_ir()
48 if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
71 } else if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
119 if (cxl_protocol_error->CxlAgentType == in cper_section_cxl_protocol_to_ir()
222 section_cper->CxlAgentType = readable_pair_to_integer(obj); in ir_section_cxl_protocol_to_cper()
229 if (section_cper->CxlAgentType == in ir_section_cxl_protocol_to_cper()
251 } else if (section_cper->CxlAgentType == in ir_section_cxl_protocol_to_cper()
283 if (section_cper->CxlAgentType == CXL_PROTOCOL_ERROR_DEVICE_AGENT) { in ir_section_cxl_protocol_to_cper()
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-cxl-protocol.h50 DeviceAddress; //Active when the agent is a CXL1.1 device in CxlAgentType.
51 UINT64 PortRcrbBaseAddress; //Active when the agent is a CXL1.1 host downstream port in CxlAgentType.
56 UINT64 CxlAgentType; member