Searched refs:tgt_ops (Results 1 – 3 of 3) sorted by relevance
436 ha->tgt.tgt_ops->free_session(sess); in qlt_free_session_done()484 vha->hw->tgt.tgt_ops->clear_nacl_from_fcport_map(sess); in qlt_unreg_sess()537 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_reset()694 ha->tgt.tgt_ops->shutdown_sess(sess); in qlt_del_sess_work_fn()695 ha->tgt.tgt_ops->put_sess(sess); in qlt_del_sess_work_fn()744 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, fcport->loop_id, in qlt_create_sess()795 if (ha->tgt.tgt_ops->check_initiator_node_acl(vha, in qlt_create_sess()836 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added()878 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, fcport->loop_id, in qlt_fc_port_added()889 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added()[all …]
1769 ha->tgt.tgt_ops = &tcm_qla2xxx_template; in tcm_qla2xxx_lport_register_cb()
2891 struct qla_tgt_func_tmpl *tgt_ops; member