1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nvmf_disc_eflags - Discovery Log Page entry flags.
7
9 enum nvmf_disc_eflags {
10 NVMF_DISC_EFLAGS_NONE ,
11 NVMF_DISC_EFLAGS_DUPRETINFO ,
12 NVMF_DISC_EFLAGS_EPCSD ,
13 NVMF_DISC_EFLAGS_BOTH
14
15 };
16
18 NVMF_DISC_EFLAGS_NONE
19 Indicates that none of the DUPRETINFO or EPCSD features are
20 supported.
21
22 NVMF_DISC_EFLAGS_DUPRETINFO
23 Duplicate Returned Information (DUPRETINFO): Indicates that
24 using the content of this entry to access this Discovery
25 Service returns the same information that is returned by
26 using the content of other entries in this log page that
27 also have this flag set.
28
29 NVMF_DISC_EFLAGS_EPCSD
30 Explicit Persistent Connection Support for Discovery
31 (EPCSD): Indicates that Explicit Persistent Connections are
32 supported for the Discovery controller.
33
34 NVMF_DISC_EFLAGS_BOTH
35 Indicates that both the DUPRETINFO and EPCSD features are
36 supported.
37
38
39
40April 2022 enum nvmf_disc_eflags libnvme(9)