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
27
doc/man/nvme_vs_perf_attr.2
Normal file
27
doc/man/nvme_vs_perf_attr.2
Normal file
|
@ -0,0 +1,27 @@
|
|||
.TH "libnvme" 9 "struct nvme_vs_perf_attr" "April 2025" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_vs_perf_attr \- Vendor specific performance attribute structure
|
||||
.SH SYNOPSIS
|
||||
struct nvme_vs_perf_attr {
|
||||
.br
|
||||
.BI " __u8 paid[16];"
|
||||
.br
|
||||
.BI " __u8 rsvd16[14];"
|
||||
.br
|
||||
.BI " __le16 attrl;"
|
||||
.br
|
||||
.BI " __u8 vs[4064];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "paid" 12
|
||||
Performance attribute identifier
|
||||
.IP "rsvd16" 12
|
||||
Reserved
|
||||
.IP "attrl" 12
|
||||
Attribute Length
|
||||
.IP "vs" 12
|
||||
Vendor specific
|
Loading…
Add table
Add a link
Reference in a new issue