1libnvme(9) API Manual libnvme(9)
2
3
4
6 struct nvme_supported_cap_config_list_log - Supported Capacity Configu‐
7 ration list log page
8
10 struct nvme_supported_cap_config_list_log {
11 __u8 sccn;
12 __u8 rsvd1[15];
13 struct nvme_capacity_config_desc cap_config_desc[];
14 };
15
16
18 sccn Number of capacity configuration
19
20 rsvd1 Reserved
21
22 cap_config_desc
23 Capacity configuration descriptor. See struct nvme_capac‐
24 ity_config_desc
25
26
27
28April 2023 struct nvme_supported_cap_config_list_log libnvme(9)