diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index bd0560509ce6..24b91c922055 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -97,6 +97,8 @@ enum fc_disc_event { | |||
97 | /** | 97 | /** |
98 | * enum fc_rport_state - Remote port states | 98 | * enum fc_rport_state - Remote port states |
99 | * @RPORT_ST_INIT: Initialized | 99 | * @RPORT_ST_INIT: Initialized |
100 | * @RPORT_ST_FLOGI: Waiting for FLOGI completion for point-to-multipoint | ||
101 | * @RPORT_ST_PLOGI_WAIT: Waiting for peer to login for point-to-multipoint | ||
100 | * @RPORT_ST_PLOGI: Waiting for PLOGI completion | 102 | * @RPORT_ST_PLOGI: Waiting for PLOGI completion |
101 | * @RPORT_ST_PRLI: Waiting for PRLI completion | 103 | * @RPORT_ST_PRLI: Waiting for PRLI completion |
102 | * @RPORT_ST_RTV: Waiting for RTV completion | 104 | * @RPORT_ST_RTV: Waiting for RTV completion |
@@ -107,6 +109,8 @@ enum fc_disc_event { | |||
107 | */ | 109 | */ |
108 | enum fc_rport_state { | 110 | enum fc_rport_state { |
109 | RPORT_ST_INIT, | 111 | RPORT_ST_INIT, |
112 | RPORT_ST_FLOGI, | ||
113 | RPORT_ST_PLOGI_WAIT, | ||
110 | RPORT_ST_PLOGI, | 114 | RPORT_ST_PLOGI, |
111 | RPORT_ST_PRLI, | 115 | RPORT_ST_PRLI, |
112 | RPORT_ST_RTV, | 116 | RPORT_ST_RTV, |