mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
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: 0628420240
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
This commit is contained in:
parent
522ceeceff
commit
8059c62306
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue