diff options
author | James Smart <james.smart@emulex.com> | 2015-04-07 15:07:25 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-04-10 10:50:03 -0400 |
commit | 6c7cf486d35e0441c81f9bb8c49e6c826028bbb6 (patch) | |
tree | 00e6a95f7c622639208f68ba80722050885c42a5 /drivers/scsi/lpfc/lpfc_sli.h | |
parent | 6eae430328d23e2d6adaa649a7c0bac18e04dda8 (diff) |
lpfc: Fix OS crash when running loopback test in applications
Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index 4a01452415cf..e8f9381734d2 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -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 */ |