diff options
author | James Smart <james.smart@emulex.com> | 2011-10-10 21:34:11 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-16 12:32:53 -0400 |
commit | f9bb2da11db805fca899a18d7d1bb97860fc2cd5 (patch) | |
tree | f43a24da27b0600fb2e98c035cadf5c930bf2a79 /drivers/scsi/lpfc/lpfc.h | |
parent | 5350d872c19a59ef8eadab1e70db83064c134cfa (diff) |
[SCSI] lpfc 8.3.27: T10 additions for SLI4
Added T10 DIFF error injection code.
Added T10 DIFF structure definitions for SLI4 devices.
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index c088a36d1f33..bb4c8e0584e2 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -846,8 +846,24 @@ struct lpfc_hba { | |||
846 | struct dentry *debug_hbqinfo; | 846 | struct dentry *debug_hbqinfo; |
847 | struct dentry *debug_dumpHostSlim; | 847 | struct dentry *debug_dumpHostSlim; |
848 | struct dentry *debug_dumpHBASlim; | 848 | struct dentry *debug_dumpHBASlim; |
849 | struct dentry *debug_dumpData; /* BlockGuard BPL*/ | 849 | struct dentry *debug_dumpData; /* BlockGuard BPL */ |
850 | struct dentry *debug_dumpDif; /* BlockGuard BPL*/ | 850 | struct dentry *debug_dumpDif; /* BlockGuard BPL */ |
851 | struct dentry *debug_InjErrLBA; /* LBA to inject errors at */ | ||
852 | struct dentry *debug_writeGuard; /* inject write guard_tag errors */ | ||
853 | struct dentry *debug_writeApp; /* inject write app_tag errors */ | ||
854 | struct dentry *debug_writeRef; /* inject write ref_tag errors */ | ||
855 | struct dentry *debug_readApp; /* inject read app_tag errors */ | ||
856 | struct dentry *debug_readRef; /* inject read ref_tag errors */ | ||
857 | |||
858 | /* T10 DIF error injection */ | ||
859 | uint32_t lpfc_injerr_wgrd_cnt; | ||
860 | uint32_t lpfc_injerr_wapp_cnt; | ||
861 | uint32_t lpfc_injerr_wref_cnt; | ||
862 | uint32_t lpfc_injerr_rapp_cnt; | ||
863 | uint32_t lpfc_injerr_rref_cnt; | ||
864 | sector_t lpfc_injerr_lba; | ||
865 | #define LPFC_INJERR_LBA_OFF (sector_t)0xffffffffffffffff | ||
866 | |||
851 | struct dentry *debug_slow_ring_trc; | 867 | struct dentry *debug_slow_ring_trc; |
852 | struct lpfc_debugfs_trc *slow_ring_trc; | 868 | struct lpfc_debugfs_trc *slow_ring_trc; |
853 | atomic_t slow_ring_trc_cnt; | 869 | atomic_t slow_ring_trc_cnt; |