1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_mi_ctrl_health_status - Controller Health Data Structure
7 (CHDS)
8
10 struct nvme_mi_ctrl_health_status {
11 __le16 ctlid;
12 __le16 csts;
13 __le16 ctemp;
14 __u8 pdlu;
15 __u8 spare;
16 __u8 cwarn;
17 __u8 rsvd9[7];
18 };
19
20
22 ctlid Controller Identifier
23
24 csts Controller Status
25
26 ctemp Composite Temperature
27
28 pdlu Percentage Used
29
30 spare Available Spare
31
32 cwarn Critical Warning
33
34 rsvd9 Reserved
35
36
37
38April 2023 struct nvme_mi_ctrl_health_status libnvme(9)