Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/
H A Dcper_cxl.c34 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
50 prot_err->agent_addr.bus, in cxl_cper_print_prot_err()
51 prot_err->agent_addr.device, in cxl_cper_print_prot_err()
52 prot_err->agent_addr.function); in cxl_cper_print_prot_err()
66 switch (prot_err->agent_type) { in cxl_cper_print_prot_err()
78 prot_err->device_id.device_id); 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()
116 prot_err->capability, in cxl_cper_print_prot_err()
129 prot_err->dvsec_len, 0); in cxl_cper_print_prot_err()
[all …]
H A Dcper.c627 struct cxl_cper_sec_prot_err *prot_err = acpi_hest_get_payload(gdata); in cper_estatus_print_section() local
630 if (gdata->error_data_length >= sizeof(*prot_err)) in cper_estatus_print_section()
631 cxl_cper_print_prot_err(newpfx, prot_err); in cper_estatus_print_section()
/linux-6.15/drivers/cxl/core/
H A Dras.c70 unsigned int devfn = PCI_DEVFN(data->prot_err.agent_addr.device, in cxl_cper_handle_prot_err()
71 data->prot_err.agent_addr.function); in cxl_cper_handle_prot_err()
73 pci_get_domain_bus_and_slot(data->prot_err.agent_addr.segment, in cxl_cper_handle_prot_err()
74 data->prot_err.agent_addr.bus, in cxl_cper_handle_prot_err()
/linux-6.15/drivers/acpi/apei/
H A Dghes.c693 if (!(prot_err->valid_bits & PROT_ERR_VALID_AGENT_ADDRESS)) { in cxl_cper_post_prot_err()
698 if (!(prot_err->valid_bits & PROT_ERR_VALID_ERROR_LOG)) { in cxl_cper_post_prot_err()
703 if (prot_err->err_len != sizeof(struct cxl_ras_capability_regs)) { in cxl_cper_post_prot_err()
705 prot_err->err_len); in cxl_cper_post_prot_err()
709 if (!(prot_err->valid_bits & PROT_ERR_VALID_SERIAL_NUMBER)) in cxl_cper_post_prot_err()
717 switch (prot_err->agent_type) { in cxl_cper_post_prot_err()
725 memcpy(&wd.prot_err, prot_err, sizeof(wd.prot_err)); in cxl_cper_post_prot_err()
727 dvsec_start = (u8 *)(prot_err + 1); in cxl_cper_post_prot_err()
728 cap_start = dvsec_start + prot_err->dvsec_len; in cxl_cper_post_prot_err()
735 prot_err->agent_type); in cxl_cper_post_prot_err()
[all …]
/linux-6.15/include/cxl/
H A Devent.h248 struct cxl_cper_sec_prot_err prot_err; member
/linux-6.15/include/linux/
H A Dcper.h610 const struct cxl_cper_sec_prot_err *prot_err);