1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       enum nvme_psd_flags - Possible flag values in nvme power state descrip‐
7       tor
8

SYNOPSIS

10       enum nvme_psd_flags {
11           NVME_PSD_FLAGS_MXPS ,
12           NVME_PSD_FLAGS_NOPS
13
14       };
15

Constants

17       NVME_PSD_FLAGS_MXPS
18                   Indicates the scale for the Maximum Power  field.  If  this
19                   bit  is  cleared, then the scale of the Maximum Power field
20                   is in 0.01 Watts. If this bit is set, then the scale of the
21                   Maximum Power field is in 0.0001 Watts.
22
23       NVME_PSD_FLAGS_NOPS
24                   Indicates  whether the controller processes I/O commands in
25                   this power state. If this bit is  cleared,  then  the  con‐
26                   troller processes I/O commands in this power state. If this
27                   bit is set, then the controller does not process  I/O  com‐
28                   mands in this power state.
29
30
31
32April 2022                    enum nvme_psd_flags                   libnvme(9)
Impressum