diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 38aef5d0515f..29b1a3e28231 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -185,7 +185,7 @@ extern int qla24xx_start_scsi(srb_t *sp); | |||
185 | int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *, | 185 | int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *, |
186 | uint16_t, uint16_t, uint8_t); | 186 | uint16_t, uint16_t, uint8_t); |
187 | extern int qla2x00_start_sp(srb_t *); | 187 | extern int qla2x00_start_sp(srb_t *); |
188 | extern uint16_t qla24xx_calc_iocbs(uint16_t); | 188 | extern uint16_t qla24xx_calc_iocbs(scsi_qla_host_t *, uint16_t); |
189 | extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *, uint16_t); | 189 | extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *, uint16_t); |
190 | extern int qla24xx_dif_start_scsi(srb_t *); | 190 | extern int qla24xx_dif_start_scsi(srb_t *); |
191 | 191 | ||
@@ -481,7 +481,8 @@ extern int qla2x00_loopback_test(scsi_qla_host_t *, struct msg_echo_lb *, uint16 | |||
481 | extern int qla2x00_echo_test(scsi_qla_host_t *, | 481 | extern int qla2x00_echo_test(scsi_qla_host_t *, |
482 | struct msg_echo_lb *, uint16_t *); | 482 | struct msg_echo_lb *, uint16_t *); |
483 | extern int qla24xx_update_all_fcp_prio(scsi_qla_host_t *); | 483 | extern int qla24xx_update_all_fcp_prio(scsi_qla_host_t *); |
484 | extern int qla24xx_fcp_prio_cfg_valid(struct qla_fcp_prio_cfg *, uint8_t); | 484 | extern int qla24xx_fcp_prio_cfg_valid(scsi_qla_host_t *, |
485 | struct qla_fcp_prio_cfg *, uint8_t); | ||
485 | 486 | ||
486 | /* | 487 | /* |
487 | * Global Function Prototypes in qla_dfs.c source file. | 488 | * Global Function Prototypes in qla_dfs.c source file. |