diff options
author | James Smart <James.Smart@Emulex.Com> | 2007-08-02 11:10:21 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-08-01 13:22:48 -0400 |
commit | 78b2d852a88cd2a55e3ab632109de045d58b83e3 (patch) | |
tree | 065e65321c216a7bab63616eec598ea611ed8463 /drivers/scsi/lpfc/lpfc.h | |
parent | e8b62011d88d6fdba585fb2bb77c9274a63cadab (diff) |
[SCSI] lpfc 8.2.2 : Miscellaneous management and logging mods
- Remove the "management_version" sysfs parameter (was unused)
- Add HBQ information to lpfc debugfs
- Change lpfc_npiv_enable name back to lpfc_enable_npiv (internal stds)
- Remove "issue_lip" attribute from the vports transport template
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 5a76d2b4253b..a6dd13e05ab2 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -430,7 +430,7 @@ struct lpfc_hba { | |||
430 | 430 | ||
431 | /* HBA Config Parameters */ | 431 | /* HBA Config Parameters */ |
432 | uint32_t cfg_ack0; | 432 | uint32_t cfg_ack0; |
433 | uint32_t cfg_npiv_enable; | 433 | uint32_t cfg_enable_npiv; |
434 | uint32_t cfg_topology; | 434 | uint32_t cfg_topology; |
435 | uint32_t cfg_link_speed; | 435 | uint32_t cfg_link_speed; |
436 | uint32_t cfg_cr_delay; | 436 | uint32_t cfg_cr_delay; |
@@ -551,6 +551,7 @@ struct lpfc_hba { | |||
551 | #ifdef CONFIG_LPFC_DEBUG_FS | 551 | #ifdef CONFIG_LPFC_DEBUG_FS |
552 | struct dentry *hba_debugfs_root; | 552 | struct dentry *hba_debugfs_root; |
553 | atomic_t debugfs_vport_count; | 553 | atomic_t debugfs_vport_count; |
554 | struct dentry *debug_hbqinfo; | ||
554 | struct dentry *debug_dumpslim; | 555 | struct dentry *debug_dumpslim; |
555 | struct dentry *debug_slow_ring_trc; | 556 | struct dentry *debug_slow_ring_trc; |
556 | struct lpfc_debugfs_trc *slow_ring_trc; | 557 | struct lpfc_debugfs_trc *slow_ring_trc; |