cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

qla_settings.h (291B)


      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"