struct nbft_host - Host Descriptor (Figure 9)
Contents
Members
structure_id
Structure ID: This field shall be set to 2h (i.e., Host Descriptor; #NBFT_DESC_HOST).
flags Host Flags, see enumnbft_host_flags.
host_id 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_obj
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 Reserved.
August 2025 struct nbft_host libnvme(2)
Name
struct nbft_host - Host Descriptor (Figure 9)
Synopsis
struct nbft_host {
__u8structure_id;__u8flags;__u8host_id[16];structnbft_heap_objhost_nqn_obj;__u8reserved[8];
};
