Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nbft_info - The parsed NBFT table data.

SYNOPSIS

struct nbft_info {
char *filename;
__u8 *raw_nbft;
ssize_t raw_nbft_size;
struct nbft_info_host host;
struct nbft_info_hfi **hfi_list;
struct nbft_info_security **security_list;
struct nbft_info_discovery **discovery_list;
struct nbft_info_subsystem_ns **subsystem_ns_list;
};

Members

Path to the NBFT table.
The original NBFT table contents.
Size of raw_nbft.
The Host Descriptor (should match other NBFTs).
The HFI Descriptor List (null-terminated array).
The Security Profile Descriptor List (null-terminated array).
The Discovery Descriptor List (null-terminated array).
The SSNS Descriptor List (null-terminated array).
struct nbft_info February 2024