1libnvme(9) API Manual libnvme(9)
23
4
NAME
6struct nvme_cmd_effects_log - Commands Supported and Effects Log
7
SYNOPSIS
9struct nvme_cmd_effects_log {
10__le32 acs[256];
11__le32 iocs[256];
12__u8 rsvd[2048];
13};
1415
Members
17acs Admin Command Supported
1819
iocs I/O Command Supported
2021
rsvd Reserved
2223
24
25
November 2022 struct nvme_cmd_effects_log libnvme(9)