Provided by: libnvme-dev_1.8-3ubuntu1_amd64 

NAME
struct nvme_cmd_effects_log - Commands Supported and Effects Log
SYNOPSIS
struct nvme_cmd_effects_log {
__le32 acs[256];
__le32 iocs[256];
__u8 rsvd[2048];
};
Members
acs Admin Command Supported
iocs I/O Command Supported
rsvd Reserved
February 2025 struct nvme_cmd_effects_log libnvme(2)