Home
last modified time | relevance | path

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

/linux/drivers/acpi/apei/
H A Dghes_helpers.c26 if ((prot_err->agent_type == RCD || prot_err->agent_type == DEVICE || in cxl_cper_sec_prot_err_valid()
27 prot_err->agent_type == LD || prot_err->agent_type == FMLD) && in cxl_cper_sec_prot_err_valid()
42 switch (prot_err->agent_type) { in cxl_cper_setup_prot_err_work_data()
60 prot_err->agent_type); in cxl_cper_setup_prot_err_work_data()
/linux/drivers/firmware/efi/
H A Dcper_cxl.c28 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cxl_cper_print_prot_err()
29 prot_err->agent_type < ARRAY_SIZE(prot_err_agent_type_strs) in cxl_cper_print_prot_err()
30 ? prot_err_agent_type_strs[prot_err->agent_type] in cxl_cper_print_prot_err()
34 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
66 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
92 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
107 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
/linux/include/cxl/
H A Devent.h230 u8 agent_type; member