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_psd_flags - Possible flag values in nvme power state descriptor

Constants

NVME_PSD_FLAGS_MXPS Indicates the scale for the Maximum Power field. If this bit is cleared, then the scale of the Maximum Power field is in 0.01 Watts. If this bit is set, then the scale of the Maximum Power field is in 0.0001 Watts. NVME_PSD_FLAGS_NOPS Indicates whether the controller processes I/O commands in this power state. If this bit is cleared, then the controller processes I/O commands in this power state. If this bit is set, then the controller does not process I/O commands in this power state. August 2025 enum nvme_psd_flags libnvme(2)

Name

enum nvme_psd_flags - Possible flag values in nvme power state descriptor

Synopsis

enum nvme_psd_flags { NVME_PSD_FLAGS_MXPS , NVME_PSD_FLAGS_NOPS };

See Also