Skip to content

Commit 07bcd98

Browse files
jsmart-ghmartinkpetersen
authored andcommitted
scsi: lpfc: refactor debugfs queue prints
Create common wq, cq, eq, rq print functions Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 2ea259e commit 07bcd98

File tree

2 files changed

+228
-337
lines changed

2 files changed

+228
-337
lines changed

drivers/scsi/lpfc/lpfc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ struct lpfc_hba {
948948
struct dentry *idiag_ctl_acc;
949949
struct dentry *idiag_mbx_acc;
950950
struct dentry *idiag_ext_acc;
951+
uint8_t lpfc_idiag_last_eq;
951952
#endif
952953

953954
/* Used for deferred freeing of ELS data buffers */

0 commit comments

Comments
 (0)