1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_supported_cap_config_list_log -
7
SYNOPSIS
9struct nvme_supported_cap_config_list_log {
10__u8 sccn;
11__u8 rsvd1[15];
12struct nvme_capacity_config_desc cap_config_desc[];
13};
1415
Members
17sccn number of capacity configuration
18
Description
20Supported Capacity Configuration list log page structure definitions
2122
23
24
April 2022 struct nvme_supported_cap_config_list_log libnvme(9)