diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index 4a01452415cf..7fe99ff80846 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /******************************************************************* | 1 | /******************************************************************* |
2 | * This file is part of the Emulex Linux Device Driver for * | 2 | * This file is part of the Emulex Linux Device Driver for * |
3 | * Fibre Channel Host Bus Adapters. * | 3 | * Fibre Channel Host Bus Adapters. * |
4 | * Copyright (C) 2004-2014 Emulex. All rights reserved. * | 4 | * Copyright (C) 2004-2015 Emulex. All rights reserved. * |
5 | * EMULEX and SLI are trademarks of Emulex. * | 5 | * EMULEX and SLI are trademarks of Emulex. * |
6 | * www.emulex.com * | 6 | * www.emulex.com * |
7 | * * | 7 | * * |
@@ -80,6 +80,7 @@ struct lpfc_iocbq { | |||
80 | 80 | ||
81 | #define LPFC_IO_OAS 0x10000 /* OAS FCP IO */ | 81 | #define LPFC_IO_OAS 0x10000 /* OAS FCP IO */ |
82 | #define LPFC_IO_FOF 0x20000 /* FOF FCP IO */ | 82 | #define LPFC_IO_FOF 0x20000 /* FOF FCP IO */ |
83 | #define LPFC_IO_LOOPBACK 0x40000 /* Loopback IO */ | ||
83 | 84 | ||
84 | uint32_t drvrTimeout; /* driver timeout in seconds */ | 85 | uint32_t drvrTimeout; /* driver timeout in seconds */ |
85 | uint32_t fcp_wqidx; /* index to FCP work queue */ | 86 | uint32_t fcp_wqidx; /* index to FCP work queue */ |