diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-06-03 12:55:13 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-08 15:46:34 -0400 |
commit | ce0423f4a23317d0166addd7d6fcc4a0fa95e751 (patch) | |
tree | ae4124a1fecdefd5f19a1218c7b6684cff05a58a /drivers/scsi/qla2xxx/qla_def.h | |
parent | 7f774025171f626fc1a6a97781967c84a869d277 (diff) |
[SCSI] qla2xxx: Export XGMAC statistics on supported ISPs.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 721bae94e437..da941be9b182 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2397,6 +2397,10 @@ struct qla_hw_data { | |||
2397 | dma_addr_t edc_data_dma; | 2397 | dma_addr_t edc_data_dma; |
2398 | uint16_t edc_data_len; | 2398 | uint16_t edc_data_len; |
2399 | 2399 | ||
2400 | #define XGMAC_DATA_SIZE PAGE_SIZE | ||
2401 | void *xgmac_data; | ||
2402 | dma_addr_t xgmac_data_dma; | ||
2403 | |||
2400 | struct task_struct *dpc_thread; | 2404 | struct task_struct *dpc_thread; |
2401 | uint8_t dpc_active; /* DPC routine is active */ | 2405 | uint8_t dpc_active; /* DPC routine is active */ |
2402 | 2406 | ||