aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_gbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r--drivers/scsi/qla2xxx/qla_gbl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h
index b7d940fcbc1..1a1b281cea3 100644
--- a/drivers/scsi/qla2xxx/qla_gbl.h
+++ b/drivers/scsi/qla2xxx/qla_gbl.h
@@ -175,10 +175,7 @@ extern int qla2x00_start_scsi(srb_t *sp);
175extern int qla24xx_start_scsi(srb_t *sp); 175extern int qla24xx_start_scsi(srb_t *sp);
176int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *, 176int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *,
177 uint16_t, uint16_t, uint8_t); 177 uint16_t, uint16_t, uint8_t);
178int __qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *,
179 uint16_t, uint16_t, uint8_t);
180extern int qla2x00_start_sp(srb_t *); 178extern int qla2x00_start_sp(srb_t *);
181extern void qla2x00_ctx_sp_free(srb_t *);
182extern uint16_t qla24xx_calc_iocbs(uint16_t); 179extern uint16_t qla24xx_calc_iocbs(uint16_t);
183extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *, uint16_t); 180extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *, uint16_t);
184extern int qla24xx_dif_start_scsi(srb_t *); 181extern int qla24xx_dif_start_scsi(srb_t *);
@@ -489,11 +486,8 @@ extern int qla25xx_create_req_que(struct qla_hw_data *, uint16_t, uint8_t,
489 uint16_t, int, uint8_t); 486 uint16_t, int, uint8_t);
490extern int qla25xx_create_rsp_que(struct qla_hw_data *, uint16_t, uint8_t, 487extern int qla25xx_create_rsp_que(struct qla_hw_data *, uint16_t, uint8_t,
491 uint16_t, int); 488 uint16_t, int);
492extern int qla25xx_update_req_que(struct scsi_qla_host *, uint8_t, uint8_t);
493extern void qla2x00_init_response_q_entries(struct rsp_que *); 489extern void qla2x00_init_response_q_entries(struct rsp_que *);
494extern int qla25xx_delete_req_que(struct scsi_qla_host *, struct req_que *); 490extern int qla25xx_delete_req_que(struct scsi_qla_host *, struct req_que *);
495extern int qla25xx_delete_rsp_que(struct scsi_qla_host *, struct rsp_que *);
496extern int qla25xx_create_queues(struct scsi_qla_host *, uint8_t);
497extern int qla25xx_delete_queues(struct scsi_qla_host *); 491extern int qla25xx_delete_queues(struct scsi_qla_host *);
498extern uint16_t qla24xx_rd_req_reg(struct qla_hw_data *, uint16_t); 492extern uint16_t qla24xx_rd_req_reg(struct qla_hw_data *, uint16_t);
499extern uint16_t qla25xx_rd_req_reg(struct qla_hw_data *, uint16_t); 493extern uint16_t qla25xx_rd_req_reg(struct qla_hw_data *, uint16_t);