Skip to content

Commit ceac5c5

Browse files
lgdacunhigaw
authored andcommitted
types: Added Command and Feature Lockdown LID
NVMe Spec 2.0 added LID 0x14. Signed-off-by: Leonardo da Cunha <[email protected]>
1 parent acdcaf7 commit ceac5c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nvme/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7496,6 +7496,7 @@ enum nvme_identify_cns {
74967496
* @NVME_LOG_LID_SUPPORTED_CAP_CONFIG_LIST: Supported Capacity Configuration Lis
74977497
* @NVME_LOG_LID_FID_SUPPORTED_EFFECTS: Feature Identifiers Supported and Effects
74987498
* @NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS: NVMe-MI Commands Supported and Effects
7499+
* @NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN: Command and Feature Lockdown
74997500
* @NVME_LOG_LID_BOOT_PARTITION: Boot Partition
75007501
* @NVME_LOG_LID_PHY_RX_EOM: Physical Interface Receiver Eye Opening Measurement
75017502
* @NVME_LOG_LID_FDP_CONFIGS: FDP Configurations
@@ -7528,6 +7529,7 @@ enum nvme_cmd_get_log_lid {
75287529
NVME_LOG_LID_SUPPORTED_CAP_CONFIG_LIST = 0x11,
75297530
NVME_LOG_LID_FID_SUPPORTED_EFFECTS = 0x12,
75307531
NVME_LOG_LID_MI_CMD_SUPPORTED_EFFECTS = 0x13,
7532+
NVME_LOG_LID_CMD_AND_FEAT_LOCKDOWN = 0x14,
75317533
NVME_LOG_LID_BOOT_PARTITION = 0x15,
75327534
NVME_LOG_LID_PHY_RX_EOM = 0x19,
75337535
NVME_LOG_LID_FDP_CONFIGS = 0x20,

0 commit comments

Comments
 (0)