diff options
| author | Pawel Chmielewski <pawel.chmielewski@intel.com> | 2026-01-14 13:31:06 +0100 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-01-15 18:17:49 +0100 |
| commit | 8059c6230617b7f69c36958d59e1025a62f7185b (patch) | |
| tree | 890952c231f8405cc5bf1003aa345127f320bbf8 /include | |
| parent | 522ceeceff12426b5d9e0f577921c873b9d6af6a (diff) | |
| download | lwn-8059c6230617b7f69c36958d59e1025a62f7185b.tar.gz lwn-8059c6230617b7f69c36958d59e1025a62f7185b.zip | |
ACPICA: actbl2.h: ACPI 6.6: RAS2: Update Parameter Block structure
ACPI 6.6 introduces RAS2 enhancements for patrol scrub functionality,
adding new fields to the Parameter Block structure. These fields are
applicable only in the response to the GET_PATROL_PARAMETERS command.
Link: https://github.com/acpica/acpica/commit/062842024000
Signed-off-by: Pawel Chmielewski <pawel.chmielewski@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/2263284.Mh6RI2rZIc@rafael.j.wysocki
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/actbl2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acpi/actbl2.h b/include/acpi/actbl2.h index 01dc35e4b60a..5c0b55e7b3e4 100644 --- a/include/acpi/actbl2.h +++ b/include/acpi/actbl2.h @@ -3249,6 +3249,8 @@ struct acpi_ras2_patrol_scrub_param { u32 flags; u32 scrub_params_out; u32 scrub_params_in; + u32 ext_scrub_params; + u8 scrub_rate_desc[256]; }; /* Masks for Flags field above */ |
