Merge tag 'hsi-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
[linux-2.6-block.git] / drivers / scsi / qla2xxx / qla_settings.h
CommitLineData
fa90c54f
AV
1/*
2 * QLogic Fibre Channel HBA Driver
bd21eaf9 3 * Copyright (c) 2003-2014 QLogic Corporation
1da177e4 4 *
fa90c54f
AV
5 * See LICENSE.qla2xxx for copyright and licensing details.
6 */
1da177e4
LT
7#define MAX_RETRIES_OF_ISP_ABORT 5
8
9/* Max time to wait for the loop to be in LOOP_READY state */
10#define MAX_LOOP_TIMEOUT (60 * 5)
1da177e4 11
1da177e4 12#include "qla_version.h"