Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nbft_desc_type - NBFT Elements - Descriptor Types (Figure 5)

SYNOPSIS

enum nbft_desc_type {
NBFT_DESC_HEADER ,
NBFT_DESC_CONTROL ,
NBFT_DESC_HOST ,
NBFT_DESC_HFI ,
NBFT_DESC_SSNS ,
NBFT_DESC_SECURITY ,
NBFT_DESC_DISCOVERY ,
NBFT_DESC_HFI_TRINFO ,
NBFT_DESC_RESERVED_8 ,
NBFT_DESC_SSNS_EXT_INFO

};

Constants

Header: an ACPI structure header with some additional NBFT specific info.
Control Descriptor: indicates the location of host, HFI, SSNS, security, and discovery descriptors.
Host Descriptor: host information.
HFI Descriptor: an indexable table of HFI Descriptors, one for each fabric interface on the host.
Subsystem Namespace Descriptor: an indexable table of SSNS Descriptors.
Security Descriptor: an indexable table of Security descriptors.
Discovery Descriptor: an indexable table of Discovery Descriptors.
HFI Transport Descriptor: indicated by an HFI Descriptor, corresponds to a specific transport for a single HFI.
Reserved.
SSNS Extended Info Descriptor: indicated by an SSNS Descriptor if required.
enum nbft_desc_type February 2024