summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.h
diff options
context:
space:
mode:
authorJames Smart2014-09-03 18:57:30 +0200
committerChristoph Hellwig2014-09-16 18:10:11 +0200
commit9bd2bff5e7140beab948ad3934f4039246748a24 (patch)
treee949fa522286924bf3b580f3745bc992d4fac5fc /drivers/scsi/lpfc/lpfc_sli.h
parentlpfc: fix race between LOGO/PLOGI handling causing NULL pointer (diff)
downloadkernel-qcow2-linux-9bd2bff5e7140beab948ad3934f4039246748a24.tar.gz
kernel-qcow2-linux-9bd2bff5e7140beab948ad3934f4039246748a24.tar.xz
kernel-qcow2-linux-9bd2bff5e7140beab948ad3934f4039246748a24.zip
lpfc: fix locking issues with abort data paths
Fix locking issues with abort data paths Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: Dick Kennedy <dick.kennedy@emulex.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h
index edb48832c39b..4a01452415cf 100644
--- a/drivers/scsi/lpfc/lpfc_sli.h
+++ b/drivers/scsi/lpfc/lpfc_sli.h
@@ -79,6 +79,7 @@ struct lpfc_iocbq {
#define LPFC_FIP_ELS_ID_SHIFT 14
#define LPFC_IO_OAS 0x10000 /* OAS FCP IO */
+#define LPFC_IO_FOF 0x20000 /* FOF FCP IO */
uint32_t drvrTimeout; /* driver timeout in seconds */
uint32_t fcp_wqidx; /* index to FCP work queue */