brintos

brintos / linux-shallow public Read only

0
0
Text · 291 B · a5f3000 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * QLogic Fibre Channel HBA Driver4 * Copyright (c)  2003-2014 QLogic Corporation5 */6#define MAX_RETRIES_OF_ISP_ABORT	57 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