diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index e665e8109933..d48dea8fab1b 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * QLogic Fibre Channel HBA Driver | 2 | * QLogic Fibre Channel HBA Driver |
3 | * Copyright (c) 2003-2013 QLogic Corporation | 3 | * Copyright (c) 2003-2014 QLogic Corporation |
4 | * | 4 | * |
5 | * See LICENSE.qla2xxx for copyright and licensing details. | 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
6 | */ | 6 | */ |
@@ -220,6 +220,13 @@ extern unsigned long qla2x00_get_async_timeout(struct scsi_qla_host *); | |||
220 | 220 | ||
221 | extern void *qla2x00_alloc_iocbs(scsi_qla_host_t *, srb_t *); | 221 | extern void *qla2x00_alloc_iocbs(scsi_qla_host_t *, srb_t *); |
222 | extern int qla2x00_issue_marker(scsi_qla_host_t *, int); | 222 | extern int qla2x00_issue_marker(scsi_qla_host_t *, int); |
223 | extern int qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *, srb_t *, | ||
224 | uint32_t *, uint16_t, struct qla_tgt_cmd *); | ||
225 | extern int qla24xx_walk_and_build_sglist(struct qla_hw_data *, srb_t *, | ||
226 | uint32_t *, uint16_t, struct qla_tgt_cmd *); | ||
227 | extern int qla24xx_walk_and_build_prot_sglist(struct qla_hw_data *, srb_t *, | ||
228 | uint32_t *, uint16_t, struct qla_tgt_cmd *); | ||
229 | |||
223 | 230 | ||
224 | /* | 231 | /* |
225 | * Global Function Prototypes in qla_mbx.c source file. | 232 | * Global Function Prototypes in qla_mbx.c source file. |
@@ -347,6 +354,11 @@ extern int | |||
347 | qla2x00_read_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t *); | 354 | qla2x00_read_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t *); |
348 | 355 | ||
349 | extern int | 356 | extern int |
357 | qla8044_write_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t); | ||
358 | extern int | ||
359 | qla8044_read_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t *); | ||
360 | |||
361 | extern int | ||
350 | qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t); | 362 | qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t); |
351 | 363 | ||
352 | extern int | 364 | extern int |