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 11:29:23 -0600 |
commit | c95d6c6c2b0a303a113fd468efce7430d5b20eac (patch) | |
tree | cc4ebba08495c50433a62430002432b3061789de /drivers/scsi/lpfc/lpfc.h | |
parent | 9c2face68782d5b7a322df6aade0512b47d29f10 (diff) | |
download | op-kernel-dev-c95d6c6c2b0a303a113fd468efce7430d5b20eac.zip op-kernel-dev-c95d6c6c2b0a303a113fd468efce7430d5b20eac.tar.gz |
[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 80719bb..f26b953 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -578,7 +578,8 @@ struct lpfc_hba { struct dentry *hba_debugfs_root; atomic_t debugfs_vport_count; struct dentry *debug_hbqinfo; - struct dentry *debug_dumpslim; + struct dentry *debug_dumpHostSlim; + struct dentry *debug_dumpHBASlim; struct dentry *debug_slow_ring_trc; struct lpfc_debugfs_trc *slow_ring_trc; atomic_t slow_ring_trc_cnt; |