Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dcper_cxl.c67 switch (prot_err->agent_type) { in cper_print_prot_err()
83 prot_err->agent_addr.bus, in cper_print_prot_err()
84 prot_err->agent_addr.device, in cper_print_prot_err()
85 prot_err->agent_addr.function); in cper_print_prot_err()
99 switch (prot_err->agent_type) { in cper_print_prot_err()
111 prot_err->device_id.device_id); 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()
149 prot_err->capability, in cper_print_prot_err()
162 prot_err->dvsec_len, 0); in cper_print_prot_err()
[all …]
H A Dcper_cxl.h64 void cper_print_prot_err(const char *pfx, const struct cper_sec_prot_err *prot_err);
H A Dcper.c603 struct cper_sec_prot_err *prot_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
606 if (gdata->error_data_length >= sizeof(*prot_err)) in cper_estatus_print_section()
607 cper_print_prot_err(newpfx, prot_err); in cper_estatus_print_section()