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
39
doc/man/nvme_id_ctrl_nvm.2
Normal file
39
doc/man/nvme_id_ctrl_nvm.2
Normal file
|
@ -0,0 +1,39 @@
|
|||
.TH "libnvme" 9 "struct nvme_id_ctrl_nvm" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_id_ctrl_nvm \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_id_ctrl_nvm {
|
||||
.br
|
||||
.BI " __u8 vsl;"
|
||||
.br
|
||||
.BI " __u8 wzsl;"
|
||||
.br
|
||||
.BI " __u8 wusl;"
|
||||
.br
|
||||
.BI " __u8 dmrl;"
|
||||
.br
|
||||
.BI " __u32 dmrsl;"
|
||||
.br
|
||||
.BI " __u64 dmsl;"
|
||||
.br
|
||||
.BI " __u8 rsvd16[4080];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "vsl" 12
|
||||
Verify Size Limit
|
||||
.IP "wzsl" 12
|
||||
Write Zeroes Size Limit
|
||||
.IP "wusl" 12
|
||||
Write Uncorrectable Size Limit
|
||||
.IP "dmrl" 12
|
||||
Dataset Management Ranges Limit
|
||||
.IP "dmrsl" 12
|
||||
Dataset Management Range Size Limit
|
||||
.IP "dmsl" 12
|
||||
Dataset Management Size Limit
|
||||
.IP "rsvd16" 12
|
||||
reserved
|
Loading…
Add table
Add a link
Reference in a new issue