Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/
H A Dpci-acpi.c395 struct hpx_type2 *hpx2) in decode_type2_hpx_record() argument
408 hpx2->revision = revision; in decode_type2_hpx_record()
409 hpx2->unc_err_mask_and = fields[2].integer.value; in decode_type2_hpx_record()
410 hpx2->unc_err_mask_or = fields[3].integer.value; in decode_type2_hpx_record()
411 hpx2->unc_err_sever_and = fields[4].integer.value; in decode_type2_hpx_record()
412 hpx2->unc_err_sever_or = fields[5].integer.value; in decode_type2_hpx_record()
413 hpx2->cor_err_mask_and = fields[6].integer.value; in decode_type2_hpx_record()
656 struct hpx_type2 hpx2; in acpi_run_hpx() local
701 memset(&hpx2, 0, sizeof(hpx2)); in acpi_run_hpx()
702 status = decode_type2_hpx_record(record, &hpx2); in acpi_run_hpx()
[all …]