blob: a5f3000ae53bdd40d3ed22ee6ce5f1b961de726e [file] [log] [blame]
Thomas Gleixner77adf3f2020-09-08 14:34:48 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Vasquezfa90c542005-10-27 11:10:08 -07002/*
3 * QLogic Fibre Channel HBA Driver
Armen Baloyanbd21eaf2014-04-11 16:54:24 -04004 * Copyright (c) 2003-2014 QLogic Corporation
Andrew Vasquezfa90c542005-10-27 11:10:08 -07005 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#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)
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include "qla_version.h"