aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/bnx2fc/bnx2fc_fcoe.c')
-rw-r--r--drivers/scsi/bnx2fc/bnx2fc_fcoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
index 10cf5d96ce29..bd18ab5ccbab 100644
--- a/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
+++ b/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
@@ -953,8 +953,8 @@ static int bnx2fc_lport_config(struct fc_lport *lport)
953{ 953{
954 lport->link_up = 0; 954 lport->link_up = 0;
955 lport->qfull = 0; 955 lport->qfull = 0;
956 lport->max_retry_count = 3; 956 lport->max_retry_count = BNX2FC_MAX_RETRY_CNT;
957 lport->max_rport_retry_count = 3; 957 lport->max_rport_retry_count = BNX2FC_MAX_RPORT_RETRY_CNT;
958 lport->e_d_tov = 2 * 1000; 958 lport->e_d_tov = 2 * 1000;
959 lport->r_a_tov = 10 * 1000; 959 lport->r_a_tov = 10 * 1000;
960 960