Home
last modified time | relevance | path

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

/linux-4.4.14/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;
962 struct qla_tgt *tgt; /* to save extra sess dereferences */
1033 struct qla_tgt *tgt;
1155 extern int qlt_stop_phase1(struct qla_tgt *);
1156 extern void qlt_stop_phase2(struct qla_tgt *);
Dtcm_qla2xxx.h77 struct qla_tgt lport_qla_tgt;
Dtcm_qla2xxx.c817 if (!qlt_stop_phase1(base_vha->vha_tgt.qla_tgt)) { in tcm_qla2xxx_undepend_tpg()
974 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stop) in tcm_qla2xxx_drop_tpg()
975 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_tpg()
1024 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_npiv_tpg_enable_store()
1308 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_free_session()
1421 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_update_sess()
1606 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stopped) in tcm_qla2xxx_drop_lport()
1607 qlt_stop_phase2(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_lport()
Dqla_def.h2873 struct qla_tgt *qla_tgt; member