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

NAME

6       struct  nvme_plm_config  -  Predictable  Latency  Mode  - Deterministic
7       Threshold Configuration Data Structure
8

SYNOPSIS

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

Members

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
35October 2023                struct nvme_plm_config                  libnvme(9)
Impressum