summaryrefslogtreecommitdiffstats
path: root/doc/man/nvmf_disc_eflags.2
blob: 60f4ba35231976d3f2bb33b1ff171f4d34e9f83d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH "libnvme" 9 "enum nvmf_disc_eflags" "April 2022" "API Manual" LINUX
.SH NAME
enum nvmf_disc_eflags \- Discovery Log Page entry flags.
.SH SYNOPSIS
enum nvmf_disc_eflags {
.br
.BI "    NVMF_DISC_EFLAGS_NONE"
, 
.br
.br
.BI "    NVMF_DISC_EFLAGS_DUPRETINFO"
, 
.br
.br
.BI "    NVMF_DISC_EFLAGS_EPCSD"
, 
.br
.br
.BI "    NVMF_DISC_EFLAGS_BOTH"

};
.SH Constants
.IP "NVMF_DISC_EFLAGS_NONE" 12
Indicates that none of the DUPRETINFO or EPCSD
features are supported.
.IP "NVMF_DISC_EFLAGS_DUPRETINFO" 12
Duplicate Returned Information (DUPRETINFO):
Indicates that using the content of this entry
to access this Discovery Service returns the same
information that is returned by using the content
of other entries in this log page that also have
this flag set.
.IP "NVMF_DISC_EFLAGS_EPCSD" 12
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.