|
@@ -858,7 +858,7 @@ struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic)
|
|
|
mutex_init(&hba->net_dev_lock);
|
|
|
init_waitqueue_head(&hba->eh_wait);
|
|
|
if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type)) {
|
|
|
- hba->hba_shutdown_tmo = 20 * HZ;
|
|
|
+ hba->hba_shutdown_tmo = 30 * HZ;
|
|
|
hba->conn_teardown_tmo = 20 * HZ;
|
|
|
hba->conn_ctx_destroy_tmo = 6 * HZ;
|
|
|
} else { /* 5706/5708/5709 */
|