diff options
Diffstat (limited to 'doc/man/nvme_cmd_effects_log.2')
-rw-r--r-- | doc/man/nvme_cmd_effects_log.2 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/man/nvme_cmd_effects_log.2 b/doc/man/nvme_cmd_effects_log.2 new file mode 100644 index 0000000..453098c --- /dev/null +++ b/doc/man/nvme_cmd_effects_log.2 @@ -0,0 +1,23 @@ +.TH "libnvme" 9 "struct nvme_cmd_effects_log" "January 2023" "API Manual" LINUX +.SH NAME +struct nvme_cmd_effects_log \- Commands Supported and Effects Log +.SH SYNOPSIS +struct nvme_cmd_effects_log { +.br +.BI " __le32 acs[256];" +.br +.BI " __le32 iocs[256];" +.br +.BI " __u8 rsvd[2048];" +.br +.BI " +}; +.br + +.SH Members +.IP "acs" 12 +Admin Command Supported +.IP "iocs" 12 +I/O Command Supported +.IP "rsvd" 12 +Reserved |