xref: /linux/drivers/scsi/qla2xxx/qla_settings.h (revision 24168c5e6dfbdd5b414f048f47f75d64533296ca)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * QLogic Fibre Channel HBA Driver
4  * Copyright (c)  2003-2014 QLogic Corporation
5  */
6 #define MAX_RETRIES_OF_ISP_ABORT	5
7 
8 /* Max time to wait for the loop to be in LOOP_READY state */
9 #define MAX_LOOP_TIMEOUT	(60 * 5)
10 
11 #include "qla_version.h"
12