1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_id_iocs - NVMe Identify IO Command Set data structure
7
SYNOPSIS
9struct nvme_id_iocs {
10__u64 iocsc[512];
11};
1213
Members
15iocsc List of supported IO Command Set Combination vectors
1617
18
19
April 2022 struct nvme_id_iocs libnvme(9)