Merging upstream version 1.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e9fe8c0d9d
commit
f7fc7fc747
1001 changed files with 1634 additions and 1045 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "struct nvme_id_independent_id_ns" "March 2025" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "struct nvme_id_independent_id_ns" "April 2025" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_id_independent_id_ns \- Identify - I/O Command Set Independent Identify Namespace Data Structure
|
||||
.SH SYNOPSIS
|
||||
|
@ -24,7 +24,15 @@ struct nvme_id_independent_id_ns {
|
|||
.br
|
||||
.BI " __u8 nstat;"
|
||||
.br
|
||||
.BI " __u8 rsvd15[4081];"
|
||||
.BI " __u8 kpios;"
|
||||
.br
|
||||
.BI " __le16 maxkt;"
|
||||
.br
|
||||
.BI " __u8 rsvd18[2];"
|
||||
.br
|
||||
.BI " __le32 rgrpid;"
|
||||
.br
|
||||
.BI " __u8 rsvd24[4072];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
|
@ -52,5 +60,13 @@ NVM Set Identifier
|
|||
Endurance Group Identifier
|
||||
.IP "nstat" 12
|
||||
Namespace Status
|
||||
.IP "rsvd15" 12
|
||||
reserved
|
||||
.IP "kpios" 12
|
||||
Key Per I/O Status
|
||||
.IP "maxkt" 12
|
||||
Maximum Key Tag
|
||||
.IP "rsvd18" 12
|
||||
Reserved
|
||||
.IP "rgrpid" 12
|
||||
Reachability Group Identifier
|
||||
.IP "rsvd24" 12
|
||||
Reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue