diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index db54c4a2d14b..6d78df77dab6 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -189,6 +189,7 @@ struct fc_rport_libfc_priv { | |||
189 | * @disc_id: The discovery identifier | 189 | * @disc_id: The discovery identifier |
190 | * @maxframe_size: The maximum frame size | 190 | * @maxframe_size: The maximum frame size |
191 | * @retries: The retry count for the current state | 191 | * @retries: The retry count for the current state |
192 | * @major_retries: The retry count for the entire PLOGI/PRLI state machine | ||
192 | * @e_d_tov: Error detect timeout value (in msec) | 193 | * @e_d_tov: Error detect timeout value (in msec) |
193 | * @r_a_tov: Resource allocation timeout value (in msec) | 194 | * @r_a_tov: Resource allocation timeout value (in msec) |
194 | * @rp_mutex: The mutex that protects the remote port | 195 | * @rp_mutex: The mutex that protects the remote port |
@@ -206,6 +207,7 @@ struct fc_rport_priv { | |||
206 | u16 disc_id; | 207 | u16 disc_id; |
207 | u16 maxframe_size; | 208 | u16 maxframe_size; |
208 | unsigned int retries; | 209 | unsigned int retries; |
210 | unsigned int major_retries; | ||
209 | unsigned int e_d_tov; | 211 | unsigned int e_d_tov; |
210 | unsigned int r_a_tov; | 212 | unsigned int r_a_tov; |
211 | struct mutex rp_mutex; | 213 | struct mutex rp_mutex; |