diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_fw.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_fw.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h index 0336c6db8cb3..5e757d7fff7d 100644 --- a/drivers/scsi/qla4xxx/ql4_fw.h +++ b/drivers/scsi/qla4xxx/ql4_fw.h | |||
@@ -416,6 +416,8 @@ struct qla_flt_region { | |||
416 | #define MBOX_ASTS_IPV6_ND_PREFIX_IGNORED 0x802C | 416 | #define MBOX_ASTS_IPV6_ND_PREFIX_IGNORED 0x802C |
417 | #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D | 417 | #define MBOX_ASTS_IPV6_LCL_PREFIX_IGNORED 0x802D |
418 | #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E | 418 | #define MBOX_ASTS_ICMPV6_ERROR_MSG_RCVD 0x802E |
419 | #define MBOX_ASTS_TXSCVR_INSERTED 0x8130 | ||
420 | #define MBOX_ASTS_TXSCVR_REMOVED 0x8131 | ||
419 | 421 | ||
420 | #define ISNS_EVENT_DATA_RECEIVED 0x0000 | 422 | #define ISNS_EVENT_DATA_RECEIVED 0x0000 |
421 | #define ISNS_EVENT_CONNECTION_OPENED 0x0001 | 423 | #define ISNS_EVENT_CONNECTION_OPENED 0x0001 |
@@ -446,6 +448,7 @@ struct addr_ctrl_blk { | |||
446 | #define FWOPT_SESSION_MODE 0x0040 | 448 | #define FWOPT_SESSION_MODE 0x0040 |
447 | #define FWOPT_INITIATOR_MODE 0x0020 | 449 | #define FWOPT_INITIATOR_MODE 0x0020 |
448 | #define FWOPT_TARGET_MODE 0x0010 | 450 | #define FWOPT_TARGET_MODE 0x0010 |
451 | #define FWOPT_ENABLE_CRBDB 0x8000 | ||
449 | 452 | ||
450 | uint16_t exec_throttle; /* 04-05 */ | 453 | uint16_t exec_throttle; /* 04-05 */ |
451 | uint8_t zio_count; /* 06 */ | 454 | uint8_t zio_count; /* 06 */ |