Skip to content

Commit

Permalink
types: Added enum for SMVES event of PEL log
Browse files Browse the repository at this point in the history
Added enum for Sanitize Media Verification Event Support (SMVES) field
in Persistent Event Log.

Signed-off-by: Francis Pravin <[email protected]>
  • Loading branch information
francispravin5 authored and igaw committed Oct 23, 2024
1 parent ee2dd1b commit 5f0eb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nvme/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -4039,6 +4039,7 @@ struct nvme_persistent_event_entry {
* @NVME_PEL_SET_FEATURE_EVENT: Set Feature Event
* @NVME_PEL_TELEMETRY_CRT: Telemetry Log Create Event
* @NVME_PEL_THERMAL_EXCURSION_EVENT: Thermal Excursion Event
* @NVME_PEL_SANITIZE_MEDIA_VERIF_EVENT:Sanitize Media Verification Event
* @NVME_PEL_VENDOR_SPECIFIC_EVENT: Vendor Specific Event
* @NVME_PEL_TCG_DEFINED_EVENT: TCG Defined Event
*/
Expand All @@ -4056,6 +4057,7 @@ enum nvme_persistent_event_types {
NVME_PEL_SET_FEATURE_EVENT = 0x0b,
NVME_PEL_TELEMETRY_CRT = 0x0c,
NVME_PEL_THERMAL_EXCURSION_EVENT = 0x0d,
NVME_PEL_SANITIZE_MEDIA_VERIF_EVENT = 0x0e,
NVME_PEL_VENDOR_SPECIFIC_EVENT = 0xde,
NVME_PEL_TCG_DEFINED_EVENT = 0xdf,
};
Expand Down

0 comments on commit 5f0eb7f

Please sign in to comment.