[SCSI] libfc,fcoe,fnic: Separate rport and lport max retry counts
This allows fnic to configure number of retries for lport and rport separately. Signed-off-by: Abhijeet Joglekar <abjoglek@cisco.com> Acked-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
d17bf602fb
commit
a366695592
@ -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 */
|
||||
|
Reference in New Issue
Block a user