Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-cxl-protocol.c35 json_object *agent_address = json_object_new_object(); in cper_section_cxl_protocol_to_ir() local
40 agent_address, "functionNumber", in cper_section_cxl_protocol_to_ir()
45 agent_address, "deviceNumber", in cper_section_cxl_protocol_to_ir()
50 agent_address, "busNumber", in cper_section_cxl_protocol_to_ir()
55 agent_address, "segmentNumber", in cper_section_cxl_protocol_to_ir()
63 agent_address, "value", in cper_section_cxl_protocol_to_ir()
68 json_object_object_add(section_ir, "cxlAgentAddress", agent_address); in cper_section_cxl_protocol_to_ir()