Merging upstream version 1.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d543389aa
commit
a3d0cc5ebd
1005 changed files with 9469 additions and 1830 deletions
35
doc/man/nvme_reachability_association_desc.2
Normal file
35
doc/man/nvme_reachability_association_desc.2
Normal file
|
@ -0,0 +1,35 @@
|
|||
.TH "libnvme" 9 "struct nvme_reachability_association_desc" "March 2025" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_reachability_association_desc \- Reachability Association Descriptor
|
||||
.SH SYNOPSIS
|
||||
struct nvme_reachability_association_desc {
|
||||
.br
|
||||
.BI " __le32 rasid;"
|
||||
.br
|
||||
.BI " __le32 nrid;"
|
||||
.br
|
||||
.BI " __le64 chngc;"
|
||||
.br
|
||||
.BI " __u8 rac;"
|
||||
.br
|
||||
.BI " __u8 rsvd17[15];"
|
||||
.br
|
||||
.BI " __le32 rgid[];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "rasid" 12
|
||||
Reachability Association ID
|
||||
.IP "nrid" 12
|
||||
Number of RGID Values
|
||||
.IP "chngc" 12
|
||||
Change Count
|
||||
.IP "rac" 12
|
||||
Reachability Association Characteristics
|
||||
.IP "rsvd17" 12
|
||||
Reserved
|
||||
.IP "rgid" 12
|
||||
Reachability Group Identifier List
|
Loading…
Add table
Add a link
Reference in a new issue