aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2007-08-02 11:09:43 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-08-01 13:17:30 -0400
commita58cbd5212fff2d4bba0bf58e778f02069597294 (patch)
treea2f773026934e3c2dad7642089b96ea48ea00db3 /drivers/scsi/lpfc/lpfc.h
parentc000c43cf12090972fad0fbb621d78c2100d0373 (diff)
[SCSI] lpfc 8.2.2 : Error messages and debugfs updates
Error messages and debugfs updates: - Fix up GID_FT error messages - Enhance debugfs with slow_ring_trace, dumpslim and nodelist information - Add log type (and messages) for vport state changes - Enhance log messages when retries ELS fail Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index f8f64d6485cd..3f64c4b81b0c 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -335,7 +335,7 @@ struct lpfc_vport {
335 struct dentry *debug_disc_trc; 335 struct dentry *debug_disc_trc;
336 struct dentry *debug_nodelist; 336 struct dentry *debug_nodelist;
337 struct dentry *vport_debugfs_root; 337 struct dentry *vport_debugfs_root;
338 struct lpfc_disc_trc *disc_trc; 338 struct lpfc_debugfs_trc *disc_trc;
339 atomic_t disc_trc_cnt; 339 atomic_t disc_trc_cnt;
340#endif 340#endif
341}; 341};
@@ -547,6 +547,10 @@ struct lpfc_hba {
547#ifdef CONFIG_LPFC_DEBUG_FS 547#ifdef CONFIG_LPFC_DEBUG_FS
548 struct dentry *hba_debugfs_root; 548 struct dentry *hba_debugfs_root;
549 atomic_t debugfs_vport_count; 549 atomic_t debugfs_vport_count;
550 struct dentry *debug_dumpslim;
551 struct dentry *debug_slow_ring_trc;
552 struct lpfc_debugfs_trc *slow_ring_trc;
553 atomic_t slow_ring_trc_cnt;
550#endif 554#endif
551 555
552 /* Fields used for heart beat. */ 556 /* Fields used for heart beat. */