Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dcper_cxl.c61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cper_print_prot_err()
62 prot_err->agent_type < ARRAY_SIZE(prot_err_agent_type_strs) in cper_print_prot_err()
63 ? prot_err_agent_type_strs[prot_err->agent_type] in cper_print_prot_err()
67 switch (prot_err->agent_type) { in cper_print_prot_err()
99 switch (prot_err->agent_type) { in cper_print_prot_err()
125 switch (prot_err->agent_type) { in cper_print_prot_err()
140 switch (prot_err->agent_type) { in cper_print_prot_err()
H A Dcper_cxl.h23 u8 agent_type; member
/openbmc/libcper/sections/
H A Dcper-section-cxl-protocol.c28 json_object *agent_type = integer_to_readable_pair( in cper_section_cxl_protocol_to_ir() local
32 json_object_object_add(section_ir, "agentType", agent_type); in cper_section_cxl_protocol_to_ir()