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 da941be9b182..bb6bfd7b35f3 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2401,6 +2401,10 @@ struct qla_hw_data { | |||
2401 | void *xgmac_data; | 2401 | void *xgmac_data; |
2402 | dma_addr_t xgmac_data_dma; | 2402 | dma_addr_t xgmac_data_dma; |
2403 | 2403 | ||
2404 | #define DCBX_TLV_DATA_SIZE PAGE_SIZE | ||
2405 | void *dcbx_tlv; | ||
2406 | dma_addr_t dcbx_tlv_dma; | ||
2407 | |||
2404 | struct task_struct *dpc_thread; | 2408 | struct task_struct *dpc_thread; |
2405 | uint8_t dpc_active; /* DPC routine is active */ | 2409 | uint8_t dpc_active; /* DPC routine is active */ |
2406 | 2410 | ||