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
31
doc/man/nvme_host_mem_buf_attrs.2
Normal file
31
doc/man/nvme_host_mem_buf_attrs.2
Normal file
|
@ -0,0 +1,31 @@
|
|||
.TH "libnvme" 9 "struct nvme_host_mem_buf_attrs" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_host_mem_buf_attrs \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_host_mem_buf_attrs {
|
||||
.br
|
||||
.BI " __le32 hsize;"
|
||||
.br
|
||||
.BI " __le32 hmdlal;"
|
||||
.br
|
||||
.BI " __le32 hmdlau;"
|
||||
.br
|
||||
.BI " __le32 hmdlec;"
|
||||
.br
|
||||
.BI " __u8 rsvd16[4080];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "hsize" 12
|
||||
Host Memory Buffer Size
|
||||
.IP "hmdlal" 12
|
||||
Host Memory Descriptor List Lower Address
|
||||
.IP "hmdlau" 12
|
||||
Host Memory Descriptor List Upper Address
|
||||
.IP "hmdlec" 12
|
||||
Host Memory Descriptor List Entry Count
|
||||
.IP "rsvd16" 12
|
||||
Reserved
|
Loading…
Add table
Add a link
Reference in a new issue