diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:36:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-30 22:36:10 +0000 |
commit | 61d0a8bdffbbb7229776d2f4f2e79ed22d21551f (patch) | |
tree | 2e249969fedce45eb37ae6314ad167595900fe38 /doc/man/nbft_info_hfi.2 | |
parent | Releasing debian version 1.4-4. (diff) | |
download | libnvme-61d0a8bdffbbb7229776d2f4f2e79ed22d21551f.tar.xz libnvme-61d0a8bdffbbb7229776d2f4f2e79ed22d21551f.zip |
Merging upstream version 1.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/nbft_info_hfi.2')
-rw-r--r-- | doc/man/nbft_info_hfi.2 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/man/nbft_info_hfi.2 b/doc/man/nbft_info_hfi.2 new file mode 100644 index 0000000..438e76a --- /dev/null +++ b/doc/man/nbft_info_hfi.2 @@ -0,0 +1,24 @@ +.TH "libnvme" 9 "struct nbft_info_hfi" "June 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. |