mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
bd21eaf92b
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
12 lines
310 B
C
12 lines
310 B
C
/*
|
|
* QLogic Fibre Channel HBA Driver
|
|
* Copyright (c) 2003-2014 QLogic Corporation
|
|
*
|
|
* See LICENSE.qla2xxx for copyright and licensing details.
|
|
*/
|
|
#define MAX_RETRIES_OF_ISP_ABORT 5
|
|
|
|
/* Max time to wait for the loop to be in LOOP_READY state */
|
|
#define MAX_LOOP_TIMEOUT (60 * 5)
|
|
|
|
#include "qla_version.h"
|