diff options
author | James Smart <james.smart@emulex.com> | 2011-04-16 11:03:04 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-05-01 12:01:52 -0400 |
commit | 86a80846a68eeb8575119db61f6b262f49522e6f (patch) | |
tree | 000c28dbd17cf370424b47771cbeb0876ccec3f6 /drivers/scsi/lpfc/lpfc.h | |
parent | 7c38c05b3ef1a8a9f7e0416072a8ea2730841c91 (diff) |
[SCSI] lpfc 8.3.23: Debugfs enhancements
Debugfs enhancements
- Added iDiag support for new adapters.
- Added queue entry access methods.
- Fix host/port index in decimal
- Added Doorbell register access methods.
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 60e98a62f308..02d53d89534f 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -805,6 +805,8 @@ struct lpfc_hba { | |||
805 | struct dentry *idiag_root; | 805 | struct dentry *idiag_root; |
806 | struct dentry *idiag_pci_cfg; | 806 | struct dentry *idiag_pci_cfg; |
807 | struct dentry *idiag_que_info; | 807 | struct dentry *idiag_que_info; |
808 | struct dentry *idiag_que_acc; | ||
809 | struct dentry *idiag_drb_acc; | ||
808 | #endif | 810 | #endif |
809 | 811 | ||
810 | /* Used for deferred freeing of ELS data buffers */ | 812 | /* Used for deferred freeing of ELS data buffers */ |