1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_fdp_config_log - FDP Configurations Log Page
7
9 struct nvme_fdp_config_log {
10 __le16 n;
11 __u8 version;
12 __u8 rsvd3;
13 __le32 size;
14 __u8 rsvd8[8];
15 struct nvme_fdp_config_desc configs[];
16 };
17
18
20 n Number of FDP Configurations
21
22 version Log page version
23
24 rsvd3 Reserved
25
26 size Log page size in bytes
27
28 rsvd8 Reserved
29
30 configs FDP Configuration descriptors (struct nvme_fdp_config_desc)
31
32
33
34October 2023 struct nvme_fdp_config_log libnvme(9)