diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 408e5f0a53c1..3dbefe1a6b5f 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -58,12 +58,18 @@ extern int qla2x00_async_login(struct scsi_qla_host *, fc_port_t *, | |||
58 | extern int qla2x00_async_logout(struct scsi_qla_host *, fc_port_t *); | 58 | extern int qla2x00_async_logout(struct scsi_qla_host *, fc_port_t *); |
59 | extern int qla2x00_async_adisc(struct scsi_qla_host *, fc_port_t *, | 59 | extern int qla2x00_async_adisc(struct scsi_qla_host *, fc_port_t *, |
60 | uint16_t *); | 60 | uint16_t *); |
61 | extern int qla2x00_async_tm_cmd(fc_port_t *, uint32_t, uint32_t, uint32_t); | ||
62 | extern int qla2x00_async_marker(fc_port_t *, uint16_t, uint8_t); | ||
61 | extern void qla2x00_async_login_done(struct scsi_qla_host *, fc_port_t *, | 63 | extern void qla2x00_async_login_done(struct scsi_qla_host *, fc_port_t *, |
62 | uint16_t *); | 64 | uint16_t *); |
63 | extern void qla2x00_async_logout_done(struct scsi_qla_host *, fc_port_t *, | 65 | extern void qla2x00_async_logout_done(struct scsi_qla_host *, fc_port_t *, |
64 | uint16_t *); | 66 | uint16_t *); |
65 | extern void qla2x00_async_adisc_done(struct scsi_qla_host *, fc_port_t *, | 67 | extern void qla2x00_async_adisc_done(struct scsi_qla_host *, fc_port_t *, |
66 | uint16_t *); | 68 | uint16_t *); |
69 | extern void qla2x00_async_tm_cmd_done(struct scsi_qla_host *, fc_port_t *, | ||
70 | struct srb_iocb *); | ||
71 | extern void qla2x00_async_marker_done(struct scsi_qla_host *, fc_port_t *, | ||
72 | struct srb_iocb *); | ||
67 | 73 | ||
68 | extern fc_port_t * | 74 | extern fc_port_t * |
69 | qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t ); | 75 | qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t ); |
@@ -87,6 +93,7 @@ extern int ql2xetsenable; | |||
87 | extern int ql2xshiftctondsd; | 93 | extern int ql2xshiftctondsd; |
88 | extern int ql2xdbwr; | 94 | extern int ql2xdbwr; |
89 | extern int ql2xdontresethba; | 95 | extern int ql2xdontresethba; |
96 | extern int ql2xasynctmfenable; | ||
90 | 97 | ||
91 | extern int qla2x00_loop_reset(scsi_qla_host_t *); | 98 | extern int qla2x00_loop_reset(scsi_qla_host_t *); |
92 | extern void qla2x00_abort_all_cmds(scsi_qla_host_t *, int); | 99 | extern void qla2x00_abort_all_cmds(scsi_qla_host_t *, int); |