diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_target.c | 19 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_target.h | 1 |
2 files changed, 0 insertions, 20 deletions
diff --git a/drivers/scsi/qla2xxx/qla_target.c b/drivers/scsi/qla2xxx/qla_target.c index 61b5d8c2b5da..fcdc22306cab 100644 --- a/drivers/scsi/qla2xxx/qla_target.c +++ b/drivers/scsi/qla2xxx/qla_target.c | |||
@@ -2585,25 +2585,6 @@ static void qlt_do_ctio_completion(struct scsi_qla_host *vha, uint32_t handle, | |||
2585 | ha->tgt.tgt_ops->free_cmd(cmd); | 2585 | ha->tgt.tgt_ops->free_cmd(cmd); |
2586 | } | 2586 | } |
2587 | 2587 | ||
2588 | /* ha->hardware_lock supposed to be held on entry */ | ||
2589 | /* called via callback from qla2xxx */ | ||
2590 | void qlt_ctio_completion(struct scsi_qla_host *vha, uint32_t handle) | ||
2591 | { | ||
2592 | struct qla_hw_data *ha = vha->hw; | ||
2593 | struct qla_tgt *tgt = ha->tgt.qla_tgt; | ||
2594 | |||
2595 | if (likely(tgt == NULL)) { | ||
2596 | ql_dbg(ql_dbg_tgt, vha, 0xe021, | ||
2597 | "CTIO, but target mode not enabled" | ||
2598 | " (ha %d %p handle %#x)", vha->vp_idx, ha, handle); | ||
2599 | return; | ||
2600 | } | ||
2601 | |||
2602 | tgt->irq_cmd_count++; | ||
2603 | qlt_do_ctio_completion(vha, handle, CTIO_SUCCESS, NULL); | ||
2604 | tgt->irq_cmd_count--; | ||
2605 | } | ||
2606 | |||
2607 | static inline int qlt_get_fcp_task_attr(struct scsi_qla_host *vha, | 2588 | static inline int qlt_get_fcp_task_attr(struct scsi_qla_host *vha, |
2608 | uint8_t task_codes) | 2589 | uint8_t task_codes) |
2609 | { | 2590 | { |
diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index ff9ccb9fd036..b33e411f28a0 100644 --- a/drivers/scsi/qla2xxx/qla_target.h +++ b/drivers/scsi/qla2xxx/qla_target.h | |||
@@ -980,7 +980,6 @@ extern int qlt_xmit_response(struct qla_tgt_cmd *, int, uint8_t); | |||
980 | extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *); | 980 | extern void qlt_xmit_tm_rsp(struct qla_tgt_mgmt_cmd *); |
981 | extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *); | 981 | extern void qlt_free_mcmd(struct qla_tgt_mgmt_cmd *); |
982 | extern void qlt_free_cmd(struct qla_tgt_cmd *cmd); | 982 | extern void qlt_free_cmd(struct qla_tgt_cmd *cmd); |
983 | extern void qlt_ctio_completion(struct scsi_qla_host *, uint32_t); | ||
984 | extern void qlt_async_event(uint16_t, struct scsi_qla_host *, uint16_t *); | 983 | extern void qlt_async_event(uint16_t, struct scsi_qla_host *, uint16_t *); |
985 | extern void qlt_enable_vha(struct scsi_qla_host *); | 984 | extern void qlt_enable_vha(struct scsi_qla_host *); |
986 | extern void qlt_vport_create(struct scsi_qla_host *, struct qla_hw_data *); | 985 | extern void qlt_vport_create(struct scsi_qla_host *, struct qla_hw_data *); |