diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index ffdc2680f049..91e83e2c1eb8 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -42,7 +42,7 @@ extern int qla2x00_loop_resync(scsi_qla_host_t *); | |||
42 | 42 | ||
43 | extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *); | 43 | extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *); |
44 | extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *); | 44 | extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *); |
45 | extern int qla2x00_local_device_login(scsi_qla_host_t *, uint16_t); | 45 | extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *); |
46 | 46 | ||
47 | extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t); | 47 | extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t); |
48 | 48 | ||
@@ -81,6 +81,8 @@ extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *); | |||
81 | 81 | ||
82 | extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *); | 82 | extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *); |
83 | 83 | ||
84 | extern void qla2xxx_wake_dpc(scsi_qla_host_t *); | ||
85 | |||
84 | /* | 86 | /* |
85 | * Global Function Prototypes in qla_iocb.c source file. | 87 | * Global Function Prototypes in qla_iocb.c source file. |
86 | */ | 88 | */ |
@@ -164,7 +166,8 @@ qla24xx_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, | |||
164 | uint16_t *, uint8_t); | 166 | uint16_t *, uint8_t); |
165 | 167 | ||
166 | extern int | 168 | extern int |
167 | qla2x00_login_local_device(scsi_qla_host_t *, uint16_t, uint16_t *, uint8_t); | 169 | qla2x00_login_local_device(scsi_qla_host_t *, fc_port_t *, uint16_t *, |
170 | uint8_t); | ||
168 | 171 | ||
169 | extern int | 172 | extern int |
170 | qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); | 173 | qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); |