diff options
author | Chad Dupuis <chad.dupuis@qlogic.com> | 2012-05-15 20:34:23 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 12:41:17 +0200 |
commit | daae62a33e4f9b998cc8bf985fdf9eda62c10e57 (patch) | |
tree | 7c206436f651f310ac97e86b1d2083885cb4d37a /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | [SCSI] qla2xxx: Corrections to log messages. (diff) | |
download | linux-daae62a33e4f9b998cc8bf985fdf9eda62c10e57.tar.xz linux-daae62a33e4f9b998cc8bf985fdf9eda62c10e57.zip |
[SCSI] qla2xxx: Log link up and link down messages to track link flops.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 9f065804bd12..c0896996b56b 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h @@ -383,6 +383,8 @@ extern int qla2x00_request_irqs(struct qla_hw_data *, struct rsp_que *); extern void qla2x00_free_irqs(scsi_qla_host_t *); extern int qla2x00_get_data_rate(scsi_qla_host_t *); +extern char *qla2x00_get_link_speed_str(struct qla_hw_data *); + /* * Global Function Prototypes in qla_sup.c source file. */ |