Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nbft_info_discovery - Discovery Descriptor

SYNOPSIS

struct nbft_info_discovery {
int index;
struct nbft_info_security *security;
struct nbft_info_hfi *hfi;
char *uri;
char *nqn;
};

Members

The number of this Discovery Descriptor in the Discovery Descriptor List.
The Security Profile Descriptor, see struct nbft_info_security.
The HFI Descriptor associated with this Discovery Descriptor. See struct nbft_info_hfi.
A URI which indicates an NVMe Discovery controller associated with this Discovery Descriptor.
An NVMe Discovery controller NQN.
struct nbft_info_discovery February 2024