Home
last modified time | relevance | path

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

/drivers/firmware/efi/
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 …]
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()
/drivers/cxl/core/
A Dras.c68 unsigned int devfn = PCI_DEVFN(data->prot_err.agent_addr.device, in cxl_cper_handle_prot_err()
69 data->prot_err.agent_addr.function); in cxl_cper_handle_prot_err()
71 pci_get_domain_bus_and_slot(data->prot_err.agent_addr.segment, in cxl_cper_handle_prot_err()
72 data->prot_err.agent_addr.bus, in cxl_cper_handle_prot_err()
/drivers/acpi/apei/
A Dghes.c718 if (!(prot_err->valid_bits & PROT_ERR_VALID_AGENT_ADDRESS)) { in cxl_cper_post_prot_err()
723 if (!(prot_err->valid_bits & PROT_ERR_VALID_ERROR_LOG)) { in cxl_cper_post_prot_err()
728 if (prot_err->err_len != sizeof(struct cxl_ras_capability_regs)) { in cxl_cper_post_prot_err()
730 prot_err->err_len); in cxl_cper_post_prot_err()
734 if (!(prot_err->valid_bits & PROT_ERR_VALID_SERIAL_NUMBER)) in cxl_cper_post_prot_err()
742 switch (prot_err->agent_type) { in cxl_cper_post_prot_err()
750 memcpy(&wd.prot_err, prot_err, sizeof(wd.prot_err)); in cxl_cper_post_prot_err()
752 dvsec_start = (u8 *)(prot_err + 1); in cxl_cper_post_prot_err()
753 cap_start = dvsec_start + prot_err->dvsec_len; in cxl_cper_post_prot_err()
760 prot_err->agent_type); in cxl_cper_post_prot_err()
[all …]

Completed in 10 milliseconds