Merging upstream version 1.10.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
05578a6ab9
commit
a02d194ad0
946 changed files with 4401 additions and 1290 deletions
|
@ -1,4 +1,4 @@
|
|||
.TH "libnvme" 9 "struct nvme_nvm_id_ns" "May 2024" "API Manual" LINUX
|
||||
.TH "libnvme" 9 "struct nvme_nvm_id_ns" "August 2024" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_nvm_id_ns \- NVME Command Set I/O Command Set Specific Identify Namespace Data Structure
|
||||
.SH SYNOPSIS
|
||||
|
@ -8,11 +8,19 @@ struct nvme_nvm_id_ns {
|
|||
.br
|
||||
.BI " __u8 pic;"
|
||||
.br
|
||||
.BI " __u8 rsvd9[3];"
|
||||
.BI " __u8 pifa;"
|
||||
.br
|
||||
.BI " __u8 rsvd10[2];"
|
||||
.br
|
||||
.BI " __le32 elbaf[64];"
|
||||
.br
|
||||
.BI " __u8 rsvd268[3828];"
|
||||
.BI " __le32 npdgl;"
|
||||
.br
|
||||
.BI " __u8 rsvd272[20];"
|
||||
.br
|
||||
.BI " __le32 tlbaag;"
|
||||
.br
|
||||
.BI " __u8 rsvd296[3800];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
|
@ -23,9 +31,17 @@ struct nvme_nvm_id_ns {
|
|||
Logical Block Storage Tag Mask
|
||||
.IP "pic" 12
|
||||
Protection Information Capabilities
|
||||
.IP "rsvd9" 12
|
||||
.IP "pifa" 12
|
||||
Protection Information Format Attribute
|
||||
.IP "rsvd10" 12
|
||||
Reserved
|
||||
.IP "elbaf" 12
|
||||
List of Extended LBA Format Support
|
||||
.IP "rsvd268" 12
|
||||
.IP "npdgl" 12
|
||||
Namespace Preferred Deallocate Granularity Large
|
||||
.IP "rsvd272" 12
|
||||
Reserved
|
||||
.IP "tlbaag" 12
|
||||
Tracked LBA Allocation Granularity
|
||||
.IP "rsvd296" 12
|
||||
Reserved
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue