1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_nvmset_attr - NVM Set Attributes Entry
7
9 struct nvme_nvmset_attr {
10 __le16 nvmsetid;
11 __le16 endgid;
12 __u8 rsvd4[4];
13 __le32 rr4kt;
14 __le32 ows;
15 __u8 tnvmsetcap[16];
16 __u8 unvmsetcap[16];
17 __u8 rsvd48[80];
18 };
19
20
22 nvmsetid NVM Set Identifier
23
24 endgid Endurance Group Identifier
25
26 rsvd4 Reserved
27
28 rr4kt Random 4 KiB Read Typical indicates the typical time to
29 complete a 4 KiB random read in 100 nanosecond units when
30 the NVM Set is in a Predictable Latency Mode Deterministic
31 Window and there is 1 outstanding command per NVM Set.
32
33 ows Optimal Write Size
34
35 tnvmsetcap Total NVM Set Capacity
36
37 unvmsetcap Unallocated NVM Set Capacity
38
39 rsvd48 Reserved
40
41
42
43April 2023 struct nvme_nvmset_attr libnvme(9)