1
0
Fork 0

Adding upstream version 1.1~rc0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:03:05 +01:00
parent 336fe81026
commit aca1b93997
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
764 changed files with 32602 additions and 5874 deletions

View file

@ -1,4 +1,4 @@
.TH "libnvme" 9 "enum nvmf_disc_eflags" "April 2022" "API Manual" LINUX
.TH "libnvme" 9 "enum nvmf_disc_eflags" "July 2022" "API Manual" LINUX
.SH NAME
enum nvmf_disc_eflags \- Discovery Log Page entry flags.
.SH SYNOPSIS
@ -16,7 +16,7 @@ enum nvmf_disc_eflags {
,
.br
.br
.BI " NVMF_DISC_EFLAGS_BOTH"
.BI " NVMF_DISC_EFLAGS_NCC"
};
.SH Constants
@ -34,6 +34,13 @@ this flag set.
Explicit Persistent Connection Support for Discovery (EPCSD):
Indicates that Explicit Persistent Connections are
supported for the Discovery controller.
.IP "NVMF_DISC_EFLAGS_BOTH" 12
Indicates that both the DUPRETINFO and EPCSD
features are supported.
.IP "NVMF_DISC_EFLAGS_NCC" 12
No CDC Connectivity (NCC): If set to
'1', then no DDC that describes this entry
is currently connected to the CDC. If
cleared to '0', then at least one DDC that
describes this entry is currently
connected to the CDC. If the Discovery
controller returning this log page is not
a CDC, then this bit shall be cleared to
'0' and should be ignored by the host.