aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index 7495c0ba67ee..db54c4a2d14b 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -104,7 +104,6 @@ enum fc_disc_event {
104 * @RPORT_ST_LOGO: Remote port logout (LOGO) sent 104 * @RPORT_ST_LOGO: Remote port logout (LOGO) sent
105 * @RPORT_ST_ADISC: Discover Address sent 105 * @RPORT_ST_ADISC: Discover Address sent
106 * @RPORT_ST_DELETE: Remote port being deleted 106 * @RPORT_ST_DELETE: Remote port being deleted
107 * @RPORT_ST_RESTART: Remote port being deleted and will restart
108*/ 107*/
109enum fc_rport_state { 108enum fc_rport_state {
110 RPORT_ST_INIT, 109 RPORT_ST_INIT,
@@ -115,7 +114,6 @@ enum fc_rport_state {
115 RPORT_ST_LOGO, 114 RPORT_ST_LOGO,
116 RPORT_ST_ADISC, 115 RPORT_ST_ADISC,
117 RPORT_ST_DELETE, 116 RPORT_ST_DELETE,
118 RPORT_ST_RESTART,
119}; 117};
120 118
121/** 119/**
@@ -173,6 +171,7 @@ struct fc_rport_libfc_priv {
173 u16 flags; 171 u16 flags;
174 #define FC_RP_FLAGS_REC_SUPPORTED (1 << 0) 172 #define FC_RP_FLAGS_REC_SUPPORTED (1 << 0)
175 #define FC_RP_FLAGS_RETRY (1 << 1) 173 #define FC_RP_FLAGS_RETRY (1 << 1)
174 #define FC_RP_STARTED (1 << 2)
176 unsigned int e_d_tov; 175 unsigned int e_d_tov;
177 unsigned int r_a_tov; 176 unsigned int r_a_tov;
178}; 177};
@@ -185,7 +184,7 @@ struct fc_rport_libfc_priv {
185 * @rp_state: Enumeration that tracks progress of PLOGI, PRLI, 184 * @rp_state: Enumeration that tracks progress of PLOGI, PRLI,
186 * and RTV exchanges 185 * and RTV exchanges
187 * @ids: The remote port identifiers and roles 186 * @ids: The remote port identifiers and roles
188 * @flags: REC and RETRY supported flags 187 * @flags: STARTED, REC and RETRY_SUPPORTED flags
189 * @max_seq: Maximum number of concurrent sequences 188 * @max_seq: Maximum number of concurrent sequences
190 * @disc_id: The discovery identifier 189 * @disc_id: The discovery identifier
191 * @maxframe_size: The maximum frame size 190 * @maxframe_size: The maximum frame size