summaryrefslogtreecommitdiffstats
path: root/doc/man/nbft_info_hfi.2
blob: 321c37a47f97c2d4fad340e1b0fe17d0669c1c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.TH "libnvme" 9 "struct nbft_info_hfi" "December 2023" "API Manual" LINUX
.SH NAME
struct nbft_info_hfi \- Host Fabric Interface (HFI) Descriptor
.SH SYNOPSIS
struct nbft_info_hfi {
.br
.BI "    int index;"
.br
.BI "    char transport[8];"
.br
.BI "    struct nbft_info_hfi_info_tcp tcp_info;"
.br
.BI "
};
.br

.SH Members
.IP "index" 12
HFI Descriptor Index: indicates the number of this HFI Descriptor
in the Host Fabric Interface Descriptor List.
.IP "transport" 12
Transport Type string (e.g. 'tcp').
.IP "tcp_info" 12
The HFI Transport Info Descriptor, see \fIstruct nbft_info_hfi_info_tcp\fP.