summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2011-04-16 11:03:04 -0400
committerJames Bottomley <James.Bottomley@suse.de>2011-05-01 11:01:52 -0500
commit86a80846a68eeb8575119db61f6b262f49522e6f (patch)
tree000c28dbd17cf370424b47771cbeb0876ccec3f6 /drivers/scsi/lpfc/lpfc.h
parent7c38c05b3ef1a8a9f7e0416072a8ea2730841c91 (diff)
downloadop-kernel-dev-86a80846a68eeb8575119db61f6b262f49522e6f.zip
op-kernel-dev-86a80846a68eeb8575119db61f6b262f49522e6f.tar.gz
[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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 60e98a62..02d53d8 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -805,6 +805,8 @@ struct lpfc_hba {
struct dentry *idiag_root;
struct dentry *idiag_pci_cfg;
struct dentry *idiag_que_info;
+ struct dentry *idiag_que_acc;
+ struct dentry *idiag_drb_acc;
#endif
/* Used for deferred freeing of ELS data buffers */
OpenPOWER on IntegriCloud