nvme_psd_flags - Man Page

Possible flag values in nvme power state descriptor

Synopsis

enum nvme_psd_flags {
   NVME_PSD_FLAGS_MXPS ,

   NVME_PSD_FLAGS_NOPS

};

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.

Info

enum nvme_psd_flags February 2024 API Manual