1libnvme(9) API Manual libnvme(9)
2
3
4
6 enum nbft_ssns_ext_info_flags - Subsystem and Namespace Extended Inforā
7 mation Descriptor Flags
8
10 enum nbft_ssns_ext_info_flags {
11 NBFT_SSNS_EXT_INFO_VALID ,
12 NBFT_SSNS_EXT_INFO_ADMIN_ASQSZ
13
14 };
15
17 NBFT_SSNS_EXT_INFO_VALID
18 Descriptor Valid: If set to 1h, then this descriptor is
19 valid. If cleared to 0h, then this descriptor is reserved.
20
21 NBFT_SSNS_EXT_INFO_ADMIN_ASQSZ
22 Administrative ASQSZ: If set to 1h, then the value of the
23 ASQSZ field was provided by administrative configuration
24 for this SSNS record. If cleared to 0h, then the value of
25 the ASQSZ field was either obtained by discovery or assumed
26 by the driver.
27
28
29
30October 2023 enum nbft_ssns_ext_info_flags libnvme(9)