diff options
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | 2012-08-22 09:14:24 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-24 04:11:06 -0400 |
commit | de8c72daa027dd71b4c7ac7db4324e9471c52429 (patch) | |
tree | f5a8c2cf85477f37adba1f972ef841b496c847be /drivers/scsi/qla4xxx/ql4_fw.h | |
parent | 5e9bcec792419d335555784a1b99d4331030d18e (diff) |
[SCSI] qla4xxx: Rename 82XX macros
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.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h index 7240948fb929..037d38016c0a 100644 --- a/drivers/scsi/qla4xxx/ql4_fw.h +++ b/drivers/scsi/qla4xxx/ql4_fw.h | |||
@@ -1195,9 +1195,9 @@ struct ql_iscsi_stats { | |||
1195 | uint8_t reserved2[264]; /* 0x0308 - 0x040F */ | 1195 | uint8_t reserved2[264]; /* 0x0308 - 0x040F */ |
1196 | }; | 1196 | }; |
1197 | 1197 | ||
1198 | #define QLA82XX_DBG_STATE_ARRAY_LEN 16 | 1198 | #define QLA8XXX_DBG_STATE_ARRAY_LEN 16 |
1199 | #define QLA82XX_DBG_CAP_SIZE_ARRAY_LEN 8 | 1199 | #define QLA8XXX_DBG_CAP_SIZE_ARRAY_LEN 8 |
1200 | #define QLA82XX_DBG_RSVD_ARRAY_LEN 8 | 1200 | #define QLA8XXX_DBG_RSVD_ARRAY_LEN 8 |
1201 | 1201 | ||
1202 | struct qla4_8xxx_minidump_template_hdr { | 1202 | struct qla4_8xxx_minidump_template_hdr { |
1203 | uint32_t entry_type; | 1203 | uint32_t entry_type; |
@@ -1214,8 +1214,8 @@ struct qla4_8xxx_minidump_template_hdr { | |||
1214 | uint32_t driver_info_word3; | 1214 | uint32_t driver_info_word3; |
1215 | uint32_t driver_info_word4; | 1215 | uint32_t driver_info_word4; |
1216 | 1216 | ||
1217 | uint32_t saved_state_array[QLA82XX_DBG_STATE_ARRAY_LEN]; | 1217 | uint32_t saved_state_array[QLA8XXX_DBG_STATE_ARRAY_LEN]; |
1218 | uint32_t capture_size_array[QLA82XX_DBG_CAP_SIZE_ARRAY_LEN]; | 1218 | uint32_t capture_size_array[QLA8XXX_DBG_CAP_SIZE_ARRAY_LEN]; |
1219 | }; | 1219 | }; |
1220 | 1220 | ||
1221 | #endif /* _QLA4X_FW_H */ | 1221 | #endif /* _QLA4X_FW_H */ |