Home
last modified time | relevance | path

Searched refs:qla_tgt (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/qla2xxx/
Dqla_target.c116 static void qlt_clear_tgt_db(struct qla_tgt *tgt);
142 struct qla_tgt *tgt, in qlt_find_sess_by_port_name()
396 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done()
509 atomic_inc(&vha->vha_tgt.qla_tgt->tgt_global_resets_count); in qlt_reset()
510 qlt_clear_tgt_db(vha->vha_tgt.qla_tgt); in qlt_reset()
512 if (!list_empty(&ha->tgt.qla_tgt->sess_list)) { in qlt_reset()
513 sess = list_entry(ha->tgt.qla_tgt->sess_list.next, in qlt_reset()
563 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion()
604 static void qlt_clear_tgt_db(struct qla_tgt *tgt) in qlt_clear_tgt_db()
674 struct qla_tgt *tgt = container_of(work, struct qla_tgt, in qlt_del_sess_work_fn()
[all …]
Dqla_target.h828 struct qla_tgt { struct
919 struct qla_tgt *tgt;
963 struct qla_tgt *tgt; /* to save extra sess dereferences */
1031 struct qla_tgt *tgt;
1153 extern int qlt_stop_phase1(struct qla_tgt *);
1154 extern void qlt_stop_phase2(struct qla_tgt *);
Dtcm_qla2xxx.c1022 if (!qlt_stop_phase1(base_vha->vha_tgt.qla_tgt)) { in tcm_qla2xxx_undepend_tpg()
1140 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stop) in tcm_qla2xxx_drop_tpg()
1141 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_tpg()
1192 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_npiv_tpg_store_enable()
1477 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_free_session()
1596 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_update_sess()
1781 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stopped) in tcm_qla2xxx_drop_lport()
1782 qlt_stop_phase2(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_lport()
Dtcm_qla2xxx.h78 struct qla_tgt lport_qla_tgt;
Dqla_def.h2873 struct qla_tgt *qla_tgt; member