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

struct nbft_info_discovery - Discovery Descriptor

Members

index The number of this Discovery Descriptor in the Discovery Descriptor List. security The Security Profile Descriptor, see structnbft_info_security. hfi The HFI Descriptor associated with this Discovery Descriptor. See structnbft_info_hfi. uri A URI which indicates an NVMe Discovery controller associated with this Discovery Descriptor. nqn An NVMe Discovery controller NQN. May 2025 struct nbft_info_discovery libnvme(2)

Name

struct nbft_info_discovery - Discovery Descriptor

Synopsis

struct nbft_info_discovery { intindex;structnbft_info_security*security;structnbft_info_hfi*hfi;char*uri;char*nqn; };

See Also