aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
authorChris Leech <christopher.leech@intel.com>2009-11-03 14:46:56 -0500
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 13:01:02 -0500
commit5baa17c3e66fc2e414f501b2dd59b962dfc64919 (patch)
tree8194fcceb647f6740bdf6350da2a2d9dc393ae3e /include/scsi/libfc.h
parentc9c7bd7a5e7321aa96289c9b48fdbcc828c105e6 (diff)
[SCSI] libfc: Register Symbolic Node Name (RSNN_NN)
Register the fc_host symbolic name as the symbolic node name with the fabric name server. Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index 3d22dfd67209..1a632069c402 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -62,6 +62,7 @@ enum fc_lport_state {
62 LPORT_ST_FLOGI, 62 LPORT_ST_FLOGI,
63 LPORT_ST_DNS, 63 LPORT_ST_DNS,
64 LPORT_ST_RNN_ID, 64 LPORT_ST_RNN_ID,
65 LPORT_ST_RSNN_NN,
65 LPORT_ST_RFT_ID, 66 LPORT_ST_RFT_ID,
66 LPORT_ST_SCR, 67 LPORT_ST_SCR,
67 LPORT_ST_READY, 68 LPORT_ST_READY,