Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d543389aa
commit
a3d0cc5ebd
1005 changed files with 9469 additions and 1830 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "struct nvme_telemetry_log" "November 2024" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "struct nvme_telemetry_log" "March 2025" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_telemetry_log \- Retrieve internal data specific to the manufacturer.
|
||||
.SH SYNOPSIS
|
||||
|
@ -20,9 +20,17 @@ struct nvme_telemetry_log {
|
|||
.br
|
||||
.BI " __le32 dalb4;"
|
||||
.br
|
||||
.BI " __u8 rsvd20[361];"
|
||||
.BI " __u8 rsvd20[360];"
|
||||
.br
|
||||
.BI " __u8 hostdgn;"
|
||||
.BI " __u8 ths;"
|
||||
.br
|
||||
.BI " union {"
|
||||
.br
|
||||
.BI " __u8 hostdgn;"
|
||||
.br
|
||||
.BI " __u8 tcs;"
|
||||
.br
|
||||
.BI " };"
|
||||
.br
|
||||
.BI " __u8 ctrlavail;"
|
||||
.br
|
||||
|
@ -46,25 +54,31 @@ Reserved
|
|||
IEEE OUI Identifier is the Organization Unique Identifier (OUI)
|
||||
for the controller vendor that is able to interpret the data.
|
||||
.IP "dalb1" 12
|
||||
Telemetry Controller-Initiated Data Area 1 Last Block is
|
||||
Telemetry Host/Controller Initiated Data Area 1 Last Block is
|
||||
the value of the last block in this area.
|
||||
.IP "dalb2" 12
|
||||
Telemetry Controller-Initiated Data Area 1 Last Block is
|
||||
Telemetry Host/Controller Initiated Data Area 1 Last Block is
|
||||
the value of the last block in this area.
|
||||
.IP "dalb3" 12
|
||||
Telemetry Controller-Initiated Data Area 1 Last Block is
|
||||
Telemetry Host/ControllerInitiated Data Area 1 Last Block is
|
||||
the value of the last block in this area.
|
||||
.IP "rsvd14" 12
|
||||
Reserved
|
||||
.IP "dalb4" 12
|
||||
Telemetry Controller-Initiated Data Area 4 Last Block is
|
||||
Telemetry Host/Controller Initiated Data Area 4 Last Block is
|
||||
the value of the last block in this area.
|
||||
.IP "rsvd20" 12
|
||||
Reserved
|
||||
.IP "ths" 12
|
||||
Telemetry Host-Initiated Scope
|
||||
.IP "{unnamed_union}" 12
|
||||
anonymous
|
||||
.IP "hostdgn" 12
|
||||
Telemetry Host-Initiated Data Generation Number is a
|
||||
value that is incremented each time the host initiates a
|
||||
capture of its internal controller state in the controller .
|
||||
capture of its internal controller state in the controller.
|
||||
.IP "tcs" 12
|
||||
Telemetry Controller-Initiated Scope
|
||||
.IP "ctrlavail" 12
|
||||
Telemetry Controller-Initiated Data Available, if cleared,
|
||||
then the controller telemetry log does not contain saved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue