diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-01-05 14:18:05 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-01-07 16:49:15 -0500 |
commit | 1ded85e2850b7b890fb6b51241429ed685ec2763 (patch) | |
tree | 2e9d5d53455f2d142a6540a9be9bb4d758e17a7e /drivers/scsi/qla2xxx/qla_def.h | |
parent | 574df408edb7b5bddda68a0cf919536993949941 (diff) |
[SCSI] qla2xxx: Remove support for reading/writing HW-event-log.
Software should not touch this region of flash, as the firmware
will be the only writer and consumer of the region.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index a29c95204975..fc50221d1a99 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2136,7 +2136,6 @@ struct qla_msix_entry { | |||
2136 | /* Work events. */ | 2136 | /* Work events. */ |
2137 | enum qla_work_type { | 2137 | enum qla_work_type { |
2138 | QLA_EVT_AEN, | 2138 | QLA_EVT_AEN, |
2139 | QLA_EVT_HWE_LOG, | ||
2140 | }; | 2139 | }; |
2141 | 2140 | ||
2142 | 2141 | ||
@@ -2151,10 +2150,6 @@ struct qla_work_evt { | |||
2151 | enum fc_host_event_code code; | 2150 | enum fc_host_event_code code; |
2152 | u32 data; | 2151 | u32 data; |
2153 | } aen; | 2152 | } aen; |
2154 | struct { | ||
2155 | uint16_t code; | ||
2156 | uint16_t d1, d2, d3; | ||
2157 | } hwe; | ||
2158 | } u; | 2153 | } u; |
2159 | }; | 2154 | }; |
2160 | 2155 | ||
@@ -2489,10 +2484,6 @@ struct qla_hw_data { | |||
2489 | uint64_t fce_wr, fce_rd; | 2484 | uint64_t fce_wr, fce_rd; |
2490 | struct mutex fce_mutex; | 2485 | struct mutex fce_mutex; |
2491 | 2486 | ||
2492 | uint32_t hw_event_start; | ||
2493 | uint32_t hw_event_ptr; | ||
2494 | uint32_t hw_event_pause_errors; | ||
2495 | |||
2496 | uint32_t pci_attr; | 2487 | uint32_t pci_attr; |
2497 | uint16_t chip_revision; | 2488 | uint16_t chip_revision; |
2498 | 2489 | ||
@@ -2533,7 +2524,6 @@ struct qla_hw_data { | |||
2533 | uint32_t flt_region_boot; | 2524 | uint32_t flt_region_boot; |
2534 | uint32_t flt_region_fw; | 2525 | uint32_t flt_region_fw; |
2535 | uint32_t flt_region_vpd_nvram; | 2526 | uint32_t flt_region_vpd_nvram; |
2536 | uint32_t flt_region_hw_event; | ||
2537 | uint32_t flt_region_npiv_conf; | 2527 | uint32_t flt_region_npiv_conf; |
2538 | 2528 | ||
2539 | /* Needed for BEACON */ | 2529 | /* Needed for BEACON */ |