diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:04:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:04:14 +0000 |
commit | 90e4bb6ac55713bbad28f98f515b9d5dcafb7c82 (patch) | |
tree | 8d020c088a40dc6f1db2a16e6697db7a22238da0 /doc/man/nvme_mi_control_req.2 | |
parent | Releasing debian version 1.10-1. (diff) | |
download | libnvme-90e4bb6ac55713bbad28f98f515b9d5dcafb7c82.tar.xz libnvme-90e4bb6ac55713bbad28f98f515b9d5dcafb7c82.zip |
Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/nvme_mi_control_req.2')
-rw-r--r-- | doc/man/nvme_mi_control_req.2 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/man/nvme_mi_control_req.2 b/doc/man/nvme_mi_control_req.2 new file mode 100644 index 0000000..eb93dd2 --- /dev/null +++ b/doc/man/nvme_mi_control_req.2 @@ -0,0 +1,27 @@ +.TH "libnvme" 9 "struct nvme_mi_control_req" "October 2024" "API Manual" LINUX +.SH NAME +struct nvme_mi_control_req \- The Control Primitive request. +.SH SYNOPSIS +struct nvme_mi_control_req { +.br +.BI " struct nvme_mi_msg_hdr hdr;" +.br +.BI " __u8 opcode;" +.br +.BI " __u8 tag;" +.br +.BI " __le16 cpsp;" +.br +.BI " +}; +.br + +.SH Members +.IP "hdr" 12 +Generic MI message header +.IP "opcode" 12 +Control Primitive Opcodes (using \fIenum nvme_mi_control_opcode\fP) +.IP "tag" 12 +flag - Opaque value passed from request to response +.IP "cpsp" 12 +Control Primitive Specific Parameter |