diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 3f934bdce6ae..6f129da37589 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2156,6 +2156,7 @@ typedef struct scsi_qla_host { | |||
2156 | uint32_t gpsc_supported :1; | 2156 | uint32_t gpsc_supported :1; |
2157 | uint32_t vsan_enabled :1; | 2157 | uint32_t vsan_enabled :1; |
2158 | uint32_t npiv_supported :1; | 2158 | uint32_t npiv_supported :1; |
2159 | uint32_t fce_enabled :1; | ||
2159 | } flags; | 2160 | } flags; |
2160 | 2161 | ||
2161 | atomic_t loop_state; | 2162 | atomic_t loop_state; |
@@ -2449,6 +2450,15 @@ typedef struct scsi_qla_host { | |||
2449 | dma_addr_t eft_dma; | 2450 | dma_addr_t eft_dma; |
2450 | void *eft; | 2451 | void *eft; |
2451 | 2452 | ||
2453 | struct dentry *dfs_dir; | ||
2454 | struct dentry *dfs_fce; | ||
2455 | dma_addr_t fce_dma; | ||
2456 | void *fce; | ||
2457 | uint32_t fce_bufs; | ||
2458 | uint16_t fce_mb[8]; | ||
2459 | uint64_t fce_wr, fce_rd; | ||
2460 | struct mutex fce_mutex; | ||
2461 | |||
2452 | uint8_t host_str[16]; | 2462 | uint8_t host_str[16]; |
2453 | uint32_t pci_attr; | 2463 | uint32_t pci_attr; |
2454 | uint16_t chip_revision; | 2464 | uint16_t chip_revision; |