• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
1/*
2 * QLogic Fibre Channel HBA Driver
3 * Copyright (c)  2003-2010 QLogic Corporation
4 *
5 * See LICENSE.qla2xxx for copyright and licensing details.
6 */
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)
11
12#include "qla_version.h"
13