We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885aa40 commit 6ea76f3Copy full SHA for 6ea76f3
include/uapi/scsi/fc/fc_fs.h
@@ -190,6 +190,7 @@ enum fc_fh_type {
190
FC_TYPE_FCP = 0x08, /* SCSI FCP */
191
FC_TYPE_CT = 0x20, /* Fibre Channel Services (FC-CT) */
192
FC_TYPE_ILS = 0x22, /* internal link service */
193
+ FC_TYPE_NVME = 0x28, /* FC-NVME */
194
};
195
196
/*
@@ -203,6 +204,7 @@ enum fc_fh_type {
203
204
[FC_TYPE_FCP] = "FCP", \
205
[FC_TYPE_CT] = "CT", \
206
[FC_TYPE_ILS] = "ILS", \
207
+ [FC_TYPE_NVME] = "NVME", \
208
}
209
210
0 commit comments