diff options
Diffstat (limited to 'include/scsi/libfc.h')
| -rw-r--r-- | include/scsi/libfc.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 45f9cc642c4..ebdd9f4cf07 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h @@ -679,6 +679,7 @@ struct fc_lport {  	unsigned int		e_d_tov;  	unsigned int		r_a_tov;  	u8			max_retry_count; +	u8			max_rport_retry_count;  	u16			link_speed;  	u16			link_supported_speeds;  	u16			lro_xid;	/* max xid for fcoe lro */  |