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

source code of linux/drivers/scsi/qla2xxx/qla_settings.h