summaryrefslogtreecommitdiffstats
path: root/doc/man/nvme_error_log_page.2
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/man/nvme_error_log_page.226
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/man/nvme_error_log_page.2 b/doc/man/nvme_error_log_page.2
index 7e727ef..dc7e14f 100644
--- a/doc/man/nvme_error_log_page.2
+++ b/doc/man/nvme_error_log_page.2
@@ -1,4 +1,4 @@
-.TH "libnvme" 9 "struct nvme_error_log_page" "January 2023" "API Manual" LINUX
+.TH "libnvme" 9 "struct nvme_error_log_page" "March 2023" "API Manual" LINUX
.SH NAME
struct nvme_error_log_page \- Error Information Log Entry (Log Identifier 01h)
.SH SYNOPSIS
@@ -22,13 +22,17 @@ struct nvme_error_log_page {
.br
.BI " __u8 trtype;"
.br
-.BI " __u8 rsvd[2];"
+.BI " __u8 csi;"
+.br
+.BI " __u8 opcode;"
.br
.BI " __le64 cs;"
.br
.BI " __le16 trtype_spec_info;"
.br
-.BI " __u8 rsvd2[22];"
+.BI " __u8 rsvd[21];"
+.br
+.BI " __u8 log_page_version;"
.br
.BI "
};
@@ -97,13 +101,21 @@ Discovery Log Page Entry. If the error is not transport
related, this field shall be cleared to 0h. If the error
is transport related, this field shall be set to the type
of the transport - see \fIenum nvme_trtype\fP.
-.IP "rsvd" 12
-Reserved
+.IP "csi" 12
+Command Set Indicator: This field contains command set
+indicator for the command that the error is associated
+with.
+.IP "opcode" 12
+Opcode: This field contains opcode for the command that
+the error is associated with.
.IP "cs" 12
Command Specific Information: This field contains command
specific information. If used, the command definition
specifies the information returned.
.IP "trtype_spec_info" 12
Transport Type Specific Information
-.IP "rsvd2" 12
-Reserved
+.IP "rsvd" 12
+Reserved: [62:42]
+.IP "log_page_version" 12
+This field shall be set to 1h. If set, \fIcsi\fP and \fIopcode\fP
+will have valid values.