File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6056,6 +6056,8 @@ enum nvme_admin_opcode {
60566056 * @NVME_IDENTIFY_CNS_ENDURANCE_GROUP_ID: Endurance Group List
60576057 * @NVME_IDENTIFY_CNS_CSI_ALLOCATED_NS_LIST: I/O Command Set specific Allocated Namespace
60586058 * ID list
6059+ * @NVME_IDENTIFY_CNS_CSI_ID_NS_DATA_STRUCTURE: I/O Command Set specific ID Namespace
6060+ * Data Structure for Allocated Namespace ID
60596061 * @NVME_IDENTIFY_CNS_COMMAND_SET_STRUCTURE: Base Specification 2.0a section 5.17.2.21
60606062 */
60616063enum nvme_identify_cns {
@@ -6081,6 +6083,7 @@ enum nvme_identify_cns {
60816083 NVME_IDENTIFY_CNS_DOMAIN_LIST = 0x18 ,
60826084 NVME_IDENTIFY_CNS_ENDURANCE_GROUP_ID = 0x19 ,
60836085 NVME_IDENTIFY_CNS_CSI_ALLOCATED_NS_LIST = 0x1A ,
6086+ NVME_IDENTIFY_CNS_CSI_ID_NS_DATA_STRUCTURE = 0x1B ,
60846087 NVME_IDENTIFY_CNS_COMMAND_SET_STRUCTURE = 0x1C ,
60856088};
60866089
You can’t perform that action at this time.
0 commit comments