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
37
doc/man/nvme_lbaf_rp.2
Normal file
37
doc/man/nvme_lbaf_rp.2
Normal file
|
@ -0,0 +1,37 @@
|
|||
.TH "libnvme" 9 "enum nvme_lbaf_rp" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
enum nvme_lbaf_rp \- This field indicates the relative performance of the LBA format indicated relative to other LBA formats supported by the controller.
|
||||
.SH SYNOPSIS
|
||||
enum nvme_lbaf_rp {
|
||||
.br
|
||||
.BI " NVME_LBAF_RP_BEST"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_LBAF_RP_BETTER"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_LBAF_RP_GOOD"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_LBAF_RP_DEGRADED"
|
||||
,
|
||||
.br
|
||||
.br
|
||||
.BI " NVME_LBAF_RP_MASK"
|
||||
|
||||
};
|
||||
.SH Constants
|
||||
.IP "NVME_LBAF_RP_BEST" 12
|
||||
Best performance
|
||||
.IP "NVME_LBAF_RP_BETTER" 12
|
||||
Better performance
|
||||
.IP "NVME_LBAF_RP_GOOD" 12
|
||||
Good performance
|
||||
.IP "NVME_LBAF_RP_DEGRADED" 12
|
||||
Degraded performance
|
||||
.IP "NVME_LBAF_RP_MASK" 12
|
||||
Mask to get the relative performance value from the
|
||||
field
|
Loading…
Add table
Add a link
Reference in a new issue