Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
25
doc/man/nvme_lbaf.2
Normal file
25
doc/man/nvme_lbaf.2
Normal file
|
@ -0,0 +1,25 @@
|
|||
.TH "libnvme" 9 "struct nvme_lbaf" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_lbaf \- LBA Format Data Structure
|
||||
.SH SYNOPSIS
|
||||
struct nvme_lbaf {
|
||||
.br
|
||||
.BI " __le16 ms;"
|
||||
.br
|
||||
.BI " __u8 ds;"
|
||||
.br
|
||||
.BI " __u8 rp;"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "ms" 12
|
||||
Metadata Size indicates the number of metadata bytes provided per LBA
|
||||
based on the LBA Data Size indicated.
|
||||
.IP "ds" 12
|
||||
LBA Data Size indicates the LBA data size supported, reported as a
|
||||
power of two.
|
||||
.IP "rp" 12
|
||||
Relative Performance, see \fIenum nvme_lbaf_rp\fP.
|
Loading…
Add table
Add a link
Reference in a new issue