1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvme_id_ctrl_nvmsr - This field reports information associated
7 with the NVM Subsystem, see &struct nvme_id_ctrl.nvmsr.
8
10 enum nvme_id_ctrl_nvmsr {
11 NVME_CTRL_NVMSR_NVMESD ,
12 NVME_CTRL_NVMSR_NVMEE
13
14 };
15
17 NVME_CTRL_NVMSR_NVMESD
18 If set, then the NVM Subsystem is part of an NVMe Storage
19 Device; if cleared, then the NVM Subsystem is not part of
20 an NVMe Storage Device.
21
22 NVME_CTRL_NVMSR_NVMEE
23 If set’, then the NVM Subsystem is part of an NVMe Enclo‐
24 sure; if cleared, then the NVM Subsystem is not part of an
25 NVMe Enclosure.
26
27
28
29November 2022 enum nvme_id_ctrl_nvmsr libnvme(9)