Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

struct nbft_host - Host Descriptor (Figure 9)

SYNOPSIS

struct nbft_host {
__u8 structure_id;
__u8 flags;
__u8 host_id[16];
struct nbft_heap_obj host_nqn_obj;
__u8 reserved[8];
};

Members

Structure ID: This field shall be set to 2h (i.e., Host Descriptor; #NBFT_DESC_HOST).
Host Flags, see enum nbft_host_flags.
Host ID: This field shall be set to the Host Identifier. This field shall not be empty if the NBFT and NVMe Boot are supported by the Platform.
Host NQN Heap Object Reference: this field indicates a heap object containing a Host NQN. This object shall not be empty if the NBFT and NVMe Boot are supported by the Platform.
Reserved.
struct nbft_host February 2024