diff options
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 | ||