1
0
Fork 0

Merging upstream version 1.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:07:22 +01:00
parent cd3404518a
commit 4776b16754
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
795 changed files with 3047 additions and 1805 deletions

View file

@ -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.