diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 408679be8fdf..362d49cbcb72 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -205,8 +205,7 @@ extern int | |||
205 | qla2x00_execute_fw(scsi_qla_host_t *, uint32_t); | 205 | qla2x00_execute_fw(scsi_qla_host_t *, uint32_t); |
206 | 206 | ||
207 | extern int | 207 | extern int |
208 | qla2x00_get_fw_version(scsi_qla_host_t *, uint16_t *, uint16_t *, uint16_t *, | 208 | qla2x00_get_fw_version(scsi_qla_host_t *); |
209 | uint16_t *, uint32_t *, uint8_t *, uint32_t *, uint8_t *); | ||
210 | 209 | ||
211 | extern int | 210 | extern int |
212 | qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *); | 211 | qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *); |
@@ -409,8 +408,10 @@ extern void qla2x00_beacon_blink(struct scsi_qla_host *); | |||
409 | extern int qla24xx_beacon_on(struct scsi_qla_host *); | 408 | extern int qla24xx_beacon_on(struct scsi_qla_host *); |
410 | extern int qla24xx_beacon_off(struct scsi_qla_host *); | 409 | extern int qla24xx_beacon_off(struct scsi_qla_host *); |
411 | extern void qla24xx_beacon_blink(struct scsi_qla_host *); | 410 | extern void qla24xx_beacon_blink(struct scsi_qla_host *); |
411 | extern void qla83xx_beacon_blink(struct scsi_qla_host *); | ||
412 | extern int qla82xx_beacon_on(struct scsi_qla_host *); | 412 | extern int qla82xx_beacon_on(struct scsi_qla_host *); |
413 | extern int qla82xx_beacon_off(struct scsi_qla_host *); | 413 | extern int qla82xx_beacon_off(struct scsi_qla_host *); |
414 | extern int qla83xx_write_remote_reg(struct scsi_qla_host *, uint32_t, uint32_t); | ||
414 | 415 | ||
415 | extern uint8_t *qla2x00_read_optrom_data(struct scsi_qla_host *, uint8_t *, | 416 | extern uint8_t *qla2x00_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
416 | uint32_t, uint32_t); | 417 | uint32_t, uint32_t); |
@@ -576,6 +577,8 @@ extern void qla82xx_start_iocbs(scsi_qla_host_t *); | |||
576 | extern int qla82xx_fcoe_ctx_reset(scsi_qla_host_t *); | 577 | extern int qla82xx_fcoe_ctx_reset(scsi_qla_host_t *); |
577 | extern int qla82xx_check_md_needed(scsi_qla_host_t *); | 578 | extern int qla82xx_check_md_needed(scsi_qla_host_t *); |
578 | extern void qla82xx_chip_reset_cleanup(scsi_qla_host_t *); | 579 | extern void qla82xx_chip_reset_cleanup(scsi_qla_host_t *); |
580 | extern int qla81xx_set_led_config(scsi_qla_host_t *, uint16_t *); | ||
581 | extern int qla81xx_get_led_config(scsi_qla_host_t *, uint16_t *); | ||
579 | extern int qla82xx_mbx_beacon_ctl(scsi_qla_host_t *, int); | 582 | extern int qla82xx_mbx_beacon_ctl(scsi_qla_host_t *, int); |
580 | extern char *qdev_state(uint32_t); | 583 | extern char *qdev_state(uint32_t); |
581 | extern void qla82xx_clear_pending_mbx(scsi_qla_host_t *); | 584 | extern void qla82xx_clear_pending_mbx(scsi_qla_host_t *); |
@@ -589,6 +592,9 @@ extern int qla2x00_issue_iocb_timeout(scsi_qla_host_t *, void *, | |||
589 | extern int qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t, | 592 | extern int qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t, |
590 | uint16_t *, uint16_t *); | 593 | uint16_t *, uint16_t *); |
591 | 594 | ||
595 | /* 83xx related functions */ | ||
596 | extern void qla83xx_fw_dump(scsi_qla_host_t *, int); | ||
597 | |||
592 | /* Minidump related functions */ | 598 | /* Minidump related functions */ |
593 | extern int qla82xx_md_get_template_size(scsi_qla_host_t *); | 599 | extern int qla82xx_md_get_template_size(scsi_qla_host_t *); |
594 | extern int qla82xx_md_get_template(scsi_qla_host_t *); | 600 | extern int qla82xx_md_get_template(scsi_qla_host_t *); |