Home
last modified time | relevance | path

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

/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