logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nvme_id_ctrl_nvmsr - This field reports information associated with the NVM Subsystem, see &struct

Constants

NVME_CTRL_NVMSR_NVMESD If set, then the NVM Subsystem is part of an NVMe Storage Device; if cleared, then the NVM Subsystem is not part of an NVMe Storage Device. NVME_CTRL_NVMSR_NVMEE If set, then the NVM Subsystem is part of an NVMe Enclosure; if cleared, then the NVM Subsystem is not part of an NVMe Enclosure. August 2025 enum nvme_id_ctrl_nvmsr libnvme(2)

Name

enum nvme_id_ctrl_nvmsr - This field reports information associated with the NVM Subsystem, see &struct nvme_id_ctrl.nvmsr.

Synopsis

enum nvme_id_ctrl_nvmsr { NVME_CTRL_NVMSR_NVMESD , NVME_CTRL_NVMSR_NVMEE };

See Also