1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
.TH "libnvme" 9 "enum nvme_fctype" "April 2025" "API Manual" LINUX
.SH NAME
enum nvme_fctype \- Fabrics Command Types
.SH SYNOPSIS
enum nvme_fctype {
.br
.BI " nvme_fabrics_type_property_set"
,
.br
.br
.BI " nvme_fabrics_type_connect"
,
.br
.br
.BI " nvme_fabrics_type_property_get"
,
.br
.br
.BI " nvme_fabrics_type_auth_send"
,
.br
.br
.BI " nvme_fabrics_type_auth_receive"
,
.br
.br
.BI " nvme_fabrics_type_disconnect"
};
.SH Constants
.IP "nvme_fabrics_type_property_set" 12
Property set
.IP "nvme_fabrics_type_connect" 12
Connect
.IP "nvme_fabrics_type_property_get" 12
Property Get
.IP "nvme_fabrics_type_auth_send" 12
Authentication Send
.IP "nvme_fabrics_type_auth_receive" 12
Authentication Receive
.IP "nvme_fabrics_type_disconnect" 12
Disconnect
|