/drivers/scsi/qla2xxx/qla_settings.h

https://bitbucket.org/slukk/jb-tsm-kernel-4.2 · C Header · 12 lines · 3 code · 2 blank · 7 comment · 0 complexity · 60e89f424cd958a14981bc7045cc70f3 MD5 · raw file

  1. /*
  2. * QLogic Fibre Channel HBA Driver
  3. * Copyright (c) 2003-2011 QLogic Corporation
  4. *
  5. * See LICENSE.qla2xxx for copyright and licensing details.
  6. */
  7. #define MAX_RETRIES_OF_ISP_ABORT 5
  8. /* Max time to wait for the loop to be in LOOP_READY state */
  9. #define MAX_LOOP_TIMEOUT (60 * 5)
  10. #include "qla_version.h"