Lines Matching refs:tgt_ops
685 vha->hw->tgt.tgt_ops->put_sess(e->u.nack.fcport); in qla24xx_do_nack_work()
699 ha->tgt.tgt_ops->shutdown_sess(fcport); in qla24xx_delete_sess_fn()
700 ha->tgt.tgt_ops->put_sess(fcport); in qla24xx_delete_sess_fn()
716 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added()
760 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, in qlt_fc_port_added()
774 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added()
1018 ha->tgt.tgt_ops->free_session(sess); in qlt_free_session_done()
1167 vha->hw->tgt.tgt_ops->clear_nacl_from_fcport_map(sess); in qlt_unreg_sess()
1196 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_reset()
1381 if (ha->tgt.tgt_ops->check_initiator_node_acl(vha, in qlt_create_sess()
1434 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_deleted()
1621 if (ha->tgt.tgt_ops && in qlt_release()
1622 ha->tgt.tgt_ops->remove_target && in qlt_release()
1624 ha->tgt.tgt_ops->remove_target(vha); in qlt_release()
2046 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, mcmd->unpacked_lun, in qlt_do_tmr_work()
2115 if (ha->tgt.tgt_ops->find_cmd_by_tag) { in __qlt_24xx_handle_abts()
2118 abort_cmd = ha->tgt.tgt_ops->find_cmd_by_tag(sess, in __qlt_24xx_handle_abts()
2174 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_24xx_handle_abts()
2353 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_xmit_tm_rsp()
2391 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_xmit_tm_rsp()
2942 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags()
2965 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
2982 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
3392 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_rdy_to_xfer()
3531 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_handle_dif_error()
3537 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_handle_dif_error()
3547 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_handle_dif_error()
3706 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_send_term_exchange()
3824 cmd->vha->hw->tgt.tgt_ops->rel_cmd(cmd); in qlt_free_cmd()
4039 ha->tgt.tgt_ops->handle_data(cmd); in qlt_do_ctio_completion()
4058 ha->tgt.tgt_ops->free_cmd(cmd); in qlt_do_ctio_completion()
4137 ret = ha->tgt.tgt_ops->handle_cmd(vha, cmd, cdb, data_length, in __qlt_do_work()
4144 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
4158 cmd->vha->hw->tgt.tgt_ops->rel_cmd(cmd); in __qlt_do_work()
4161 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
4287 cmd = vha->hw->tgt.tgt_ops->get_cmd(sess); in qlt_get_tag()
4334 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
4362 ha->tgt.tgt_ops->put_sess(sess); in qlt_handle_cmd_for_atio()
4464 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_handle_task_mgmt()
4506 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, unpacked_lun, mcmd->tmr_func, in __qlt_abort_task()
4531 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_abort_task()
5380 sess = ha->tgt.tgt_ops->find_sess_by_s_id in qlt_alloc_qfull_cmd()
5385 cmd = ha->tgt.tgt_ops->get_cmd(sess); in qlt_alloc_qfull_cmd()
5727 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_handle_abts_completion()
5738 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_handle_abts_completion()
5741 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_handle_abts_completion()
6175 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_abort_work()
6203 ha->tgt.tgt_ops->put_sess(sess); in qlt_abort_work()
6239 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_tmr_work()
6270 ha->tgt.tgt_ops->put_sess(sess); in qlt_tmr_work()
6415 if (ha->tgt.tgt_ops && ha->tgt.tgt_ops->add_target) in qlt_add_target()
6416 ha->tgt.tgt_ops->add_target(base_vha); in qlt_add_target()
6551 ha->tgt.tgt_ops = NULL; in qlt_lport_deregister()