1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_plm_config - Predictable Latency Mode - Deterministic
7 Threshold Configuration Data Structure
8
10 struct nvme_plm_config {
11 __le16 ee;
12 __u8 rsvd2[30];
13 __le64 dtwinrt;
14 __le64 dtwinwt;
15 __le64 dtwintt;
16 __u8 rsvd56[456];
17 };
18
19
21 ee Enable Event
22
23 rsvd2 Reserved
24
25 dtwinrt DTWIN Reads Threshold
26
27 dtwinwt DTWIN Writes Threshold
28
29 dtwintt DTWIN Time Threshold
30
31 rsvd56 Reserved
32
33
34
35November 2022 struct nvme_plm_config libnvme(9)