1
0
Fork 0

Adding upstream version 1.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-03-20 08:08:29 +01:00
parent 9c1dc68a45
commit a47f11de04
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
1005 changed files with 9469 additions and 1830 deletions

View file

@ -0,0 +1,31 @@
.TH "libnvme" 9 "struct nvme_ave_discover_log_entry" "March 2025" "API Manual" LINUX
.SH NAME
struct nvme_ave_discover_log_entry \- AVE Discovery Log Entry
.SH SYNOPSIS
struct nvme_ave_discover_log_entry {
.br
.BI " __le32 tel;"
.br
.BI " char avenqn[224];"
.br
.BI " __u8 numatr;"
.br
.BI " __u8 rsvd229[3];"
.br
.BI " struct nvme_ave_tr_record atr[];"
.br
.BI "
};
.br
.SH Members
.IP "tel" 12
Total Entry Length
.IP "avenqn" 12
AVE NQN
.IP "numatr" 12
Number of AVE Transport Records
.IP "rsvd229" 12
Reserved
.IP "atr" 12
AVE Transport Record List