Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * QLogic Fibre Channel HBA Driver
0004  * Copyright (c)  2003-2014 QLogic Corporation
0005  */
0006 #define MAX_RETRIES_OF_ISP_ABORT    5
0007 
0008 /* Max time to wait for the loop to be in LOOP_READY state */
0009 #define MAX_LOOP_TIMEOUT    (60 * 5)
0010 
0011 #include "qla_version.h"