Home
last modified time | relevance | path

Searched refs:tgt_ops (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_target.c436 ha->tgt.tgt_ops->free_session(sess); in qlt_free_session_done()
488 vha->hw->tgt.tgt_ops->clear_nacl_from_fcport_map(sess); in qlt_unreg_sess()
541 sess = ha->tgt.tgt_ops->find_sess_by_loop_id(vha, loop_id); in qlt_reset()
698 ha->tgt.tgt_ops->shutdown_sess(sess); in qlt_del_sess_work_fn()
699 ha->tgt.tgt_ops->put_sess(sess); in qlt_del_sess_work_fn()
748 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, fcport->loop_id, in qlt_create_sess()
799 if (ha->tgt.tgt_ops->check_initiator_node_acl(vha, in qlt_create_sess()
840 if (!vha->hw->tgt.tgt_ops) in qlt_fc_port_added()
882 ha->tgt.tgt_ops->update_sess(sess, fcport->d_id, fcport->loop_id, in qlt_fc_port_added()
893 ha->tgt.tgt_ops->put_sess(sess); in qlt_fc_port_added()
[all …]
Dtcm_qla2xxx.c1516 ha->tgt.tgt_ops = &tcm_qla2xxx_template; in tcm_qla2xxx_lport_register_cb()
Dqla_def.h2891 struct qla_tgt_func_tmpl *tgt_ops; member