aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_fw.h
diff options
context:
space:
mode:
authorNilesh Javali <nilesh.javali@qlogic.com>2013-12-16 06:49:52 -0500
committerJames Bottomley <JBottomley@Parallels.com>2014-03-15 13:19:16 -0400
commit4820002dadff0d6f33bd968e1e94efb12436a17d (patch)
tree868fa960353042d35d0d6c62255154d013376007 /drivers/scsi/qla4xxx/ql4_fw.h
parenta7e5688dfd527537bb6e11efc49352c40db8d5b8 (diff)
[SCSI] qla4xxx: Handle IPv6 AEN notifications
Signed-off-by: Nilesh Javali <nilesh.javali@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_fw.h')
-rw-r--r--drivers/scsi/qla4xxx/ql4_fw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h
index a94593ab0067..209853ce0bbc 100644
--- a/drivers/scsi/qla4xxx/ql4_fw.h
+++ b/drivers/scsi/qla4xxx/ql4_fw.h
@@ -506,9 +506,9 @@ struct qla_flt_region {
506#define MBOX_ASTS_RESPONSE_QUEUE_FULL 0x8028 506#define MBOX_ASTS_RESPONSE_QUEUE_FULL 0x8028
507#define MBOX_ASTS_IP_ADDR_STATE_CHANGED 0x8029 507#define MBOX_ASTS_IP_ADDR_STATE_CHANGED 0x8029
508#define MBOX_ASTS_IPV6_DEFAULT_ROUTER_CHANGED 0x802A 508#define MBOX_ASTS_IPV6_DEFAULT_ROUTER_CHANGED 0x802A
509#define MBOX_ASTS_IPV6_PREFIX_EXPIRED 0x802B 509#define MBOX_ASTS_IPV6_LINK_MTU_CHANGE 0x802B
510#define MBOX_ASTS_IPV6_ND_PREFIX_IGNORED 0x802C 510#define MBOX_ASTS_IPV6_AUTO_PREFIX_IGNORED 0x802C
511#define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D 511#define MBOX_ASTS_IPV6_ND_LOCAL_PREFIX_IGNORED 0x802D
512#define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E 512#define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E
513#define MBOX_ASTS_INITIALIZATION_FAILED 0x8031 513#define MBOX_ASTS_INITIALIZATION_FAILED 0x8031
514#define MBOX_ASTS_SYSTEM_WARNING_EVENT 0x8036 514#define MBOX_ASTS_SYSTEM_WARNING_EVENT 0x8036