File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments