logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

enum nbft_info_primary_admin_host_flag - Primary Administrative Host Descriptor Flags

Constants

NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_NOT_INDICATED Not Indicated by Driver: The driver that created this NBFT provided no administrative priority hint for this NBFT. NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_UNSELECTED Unselected: The driver that created this NBFT explicitly indicated that this NBFT should not be prioritized over any other NBFT. NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_SELECTED Selected: The driver that created this NBFT explicitly indicated that this NBFT should be prioritized over any other NBFT. NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_RESERVED Reserved. May 2025 enum nbft_info_primary_admin_host_flag libnvme(2)

Name

enum nbft_info_primary_admin_host_flag - Primary Administrative Host Descriptor Flags

Synopsis

enum nbft_info_primary_admin_host_flag { NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_NOT_INDICATED , NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_UNSELECTED , NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_SELECTED , NBFT_INFO_PRIMARY_ADMIN_HOST_FLAG_RESERVED };

See Also