diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-01-11 01:53:23 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-23 12:29:23 -0500 |
commit | c95d6c6c2b0a303a113fd468efce7430d5b20eac (patch) | |
tree | cc4ebba08495c50433a62430002432b3061789de /drivers/scsi/lpfc/lpfc.h | |
parent | 9c2face68782d5b7a322df6aade0512b47d29f10 (diff) |
[SCSI] lpfc 8.2.4 : Enhance debugfs use
Enhance debugfs to dump HBA SLIM as well as Host SLIM
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 80719bb3511e..f26b9538affe 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -578,7 +578,8 @@ struct lpfc_hba { | |||
578 | struct dentry *hba_debugfs_root; | 578 | struct dentry *hba_debugfs_root; |
579 | atomic_t debugfs_vport_count; | 579 | atomic_t debugfs_vport_count; |
580 | struct dentry *debug_hbqinfo; | 580 | struct dentry *debug_hbqinfo; |
581 | struct dentry *debug_dumpslim; | 581 | struct dentry *debug_dumpHostSlim; |
582 | struct dentry *debug_dumpHBASlim; | ||
582 | struct dentry *debug_slow_ring_trc; | 583 | struct dentry *debug_slow_ring_trc; |
583 | struct lpfc_debugfs_trc *slow_ring_trc; | 584 | struct lpfc_debugfs_trc *slow_ring_trc; |
584 | atomic_t slow_ring_trc_cnt; | 585 | atomic_t slow_ring_trc_cnt; |