struct nbft_hfi - Host Fabric Interface (HFI) Descriptor (Figure 11)
Contents
Members
structure_id
Structure ID: This field shall be set to 3h (i.e., Host Fabric Interface Descriptor;
#NBFT_DESC_HFI).
index HFI Descriptor Index: This field indicates the number of this HFI Descriptor in the Host
Fabric Interface Descriptor List.
flags HFI Descriptor Flags, see enumnbft_hfi_flags.
trtype HFI Transport Type, see enumnbft_trtype.
reserved1 Reserved.
trinfo_obj HFI Transport Info Descriptor Heap Object Reference: If this field is set to a non-zero
value, then this field indicates the location and size of a heap object containing a HFI
Transport Info.
reserved2 Reserved.
May 2025 struct nbft_hfi libnvme(2)
Name
struct nbft_hfi - Host Fabric Interface (HFI) Descriptor (Figure 11)
Synopsis
struct nbft_hfi {
__u8structure_id;__u8index;__u8flags;__u8trtype;__u8reserved1[12];structnbft_heap_objtrinfo_obj;__u8reserved2[10];
};
