Lines Matching refs:tgt_ops
699 vha->hw->tgt.tgt_ops->put_sess(e->u.nack.fcport); in qla24xx_do_nack_work()
717 ha->tgt.tgt_ops->shutdown_sess(fcport); in qla24xx_delete_sess_fn()
718 ha->tgt.tgt_ops->put_sess(fcport); in qla24xx_delete_sess_fn()
735 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added()
779 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, in qlt_fc_port_added()
791 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added()
1026 ha->tgt.tgt_ops->free_session(sess); in qlt_free_session_done()
1162 vha->hw->tgt.tgt_ops->clear_nacl_from_fcport_map(sess); in qlt_unreg_sess()
1200 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_reset()
1370 if (ha->tgt.tgt_ops->check_initiator_node_acl(vha, in qlt_create_sess()
1423 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_deleted()
1611 if (ha->tgt.tgt_ops && in qlt_release()
1612 ha->tgt.tgt_ops->remove_target && in qlt_release()
1614 ha->tgt.tgt_ops->remove_target(vha); in qlt_release()
1966 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, mcmd->unpacked_lun, in qlt_do_tmr_work()
2042 if (ha->tgt.tgt_ops->find_cmd_by_tag) { in __qlt_24xx_handle_abts()
2045 abort_cmd = ha->tgt.tgt_ops->find_cmd_by_tag(sess, in __qlt_24xx_handle_abts()
2101 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_24xx_handle_abts()
2283 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_xmit_tm_rsp()
2320 ha->tgt.tgt_ops->free_mcmd(mcmd); in qlt_xmit_tm_rsp()
2880 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags()
2903 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
2920 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
3473 vha->hw->tgt.tgt_ops->handle_data(cmd); in qlt_handle_dif_error()
3479 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_handle_dif_error()
3489 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_handle_dif_error()
3672 vha->hw->tgt.tgt_ops->free_cmd(cmd); in qlt_send_term_exchange()
3899 ha->tgt.tgt_ops->handle_data(cmd); in qlt_abort_cmd_on_host_reset()
3909 ha->tgt.tgt_ops->free_cmd(cmd); in qlt_abort_cmd_on_host_reset()
4030 ha->tgt.tgt_ops->handle_data(cmd); in qlt_do_ctio_completion()
4049 ha->tgt.tgt_ops->free_cmd(cmd); in qlt_do_ctio_completion()
4130 ret = ha->tgt.tgt_ops->handle_cmd(vha, cmd, cdb, data_length, in __qlt_do_work()
4138 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
4157 ha->tgt.tgt_ops->put_sess(sess); in __qlt_do_work()
4339 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, atio->u.isp24.fcp_hdr.s_id); in qlt_handle_cmd_for_atio()
4368 ha->tgt.tgt_ops->put_sess(sess); in qlt_handle_cmd_for_atio()
4471 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_handle_task_mgmt()
4513 rc = ha->tgt.tgt_ops->handle_tmr(mcmd, unpacked_lun, mcmd->tmr_func, in __qlt_abort_task()
4538 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_abort_task()
5331 sess = ha->tgt.tgt_ops->find_sess_by_s_id in qlt_alloc_qfull_cmd()
6080 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, in qlt_abort_work()
6107 ha->tgt.tgt_ops->put_sess(sess); in qlt_abort_work()
6116 ha->tgt.tgt_ops->put_sess(sess); in qlt_abort_work()
6146 sess = ha->tgt.tgt_ops->find_sess_by_s_id(vha, s_id); in qlt_tmr_work()
6177 ha->tgt.tgt_ops->put_sess(sess); in qlt_tmr_work()
6186 ha->tgt.tgt_ops->put_sess(sess); in qlt_tmr_work()
6324 if (ha->tgt.tgt_ops && ha->tgt.tgt_ops->add_target) in qlt_add_target()
6325 ha->tgt.tgt_ops->add_target(base_vha); in qlt_add_target()
6469 ha->tgt.tgt_ops = NULL; in qlt_lport_deregister()