]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
types: Added Command and Feature Lockdown LID
authorLeonardo da Cunha <leonardo.da.cunha@solidigm.com>
Thu, 2 May 2024 23:08:20 +0000 (16:08 -0700)
committerDaniel Wagner <wagi@monom.org>
Fri, 3 May 2024 09:13:09 +0000 (11:13 +0200)
NVMe Spec 2.0 added LID 0x14.

Signed-off-by: Leonardo da Cunha <leonardo.da.cunha@solidigm.com>
src/nvme/types.h

index ffe6a9c2a84021a20f02cbeb13615edc6f0189e6..26e5e251b0fdee11ab326423ecd4e13ced524f73 100644 (file)
@@ -7496,6 +7496,7 @@ enum nvme_identify_cns {
  * @NVME_LOG_LID_SUPPORTED_CAP_CONFIG_LIST:    Supported Capacity Configuration Lis
  * @NVME_LOG_LID_FID_SUPPORTED_EFFECTS:                Feature Identifiers Supported and Effects
  * @NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS:     NVMe-MI Commands Supported and Effects
+ * @NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN:                Command and Feature Lockdown
  * @NVME_LOG_LID_BOOT_PARTITION:               Boot Partition
  * @NVME_LOG_LID_PHY_RX_EOM:                   Physical Interface Receiver Eye Opening Measurement
  * @NVME_LOG_LID_FDP_CONFIGS:                  FDP Configurations
@@ -7528,6 +7529,7 @@ enum nvme_cmd_get_log_lid {
        NVME_LOG_LID_SUPPORTED_CAP_CONFIG_LIST                  = 0x11,
        NVME_LOG_LID_FID_SUPPORTED_EFFECTS                      = 0x12,
        NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS                   = 0x13,
+       NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN                      = 0x14,
        NVME_LOG_LID_BOOT_PARTITION                             = 0x15,
        NVME_LOG_LID_PHY_RX_EOM                                 = 0x19,
        NVME_LOG_LID_FDP_CONFIGS                                = 0x20,