libnvme(9) API Manual libnvme(9)

struct libnbft_hfi - Host Fabric Interface (HFI) Descriptor

struct libnbft_hfi {
int index;
char transport[8];
struct libnbft_hfi_info_tcp tcp_info;
};

HFI Descriptor Index: indicates the number of this HFI Descriptor in the Host Fabric Interface Descriptor List.
Transport Type string (e.g. 'tcp').
The HFI Transport Info Descriptor, see struct libnbft_hfi_info_tcp.
struct libnbft_hfi September 2026