Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c130 static void qlt_clear_tgt_db(struct qla_tgt *tgt);
260 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_queue_unknown_atio()
297 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_try_to_dequeue_unknown_atios()
731 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_added()
966 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done()
1194 atomic_inc(&vha->vha_tgt.qla_tgt->tgt_global_resets_count); in qlt_reset()
1196 qlt_clear_tgt_db(vha->vha_tgt.qla_tgt); in qlt_reset()
1231 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion()
1270 static void qlt_clear_tgt_db(struct qla_tgt *tgt) in qlt_clear_tgt_db()
1345 if (vha->vha_tgt.qla_tgt->tgt_stop) in qlt_create_sess()
[all …]
Dtcm_qla2xxx.h78 struct qla_tgt lport_qla_tgt;
Dtcm_qla2xxx.c953 if (!qlt_stop_phase1(base_vha->vha_tgt.qla_tgt)) { in tcm_qla2xxx_undepend_tpg()
1109 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stop) in tcm_qla2xxx_drop_tpg()
1110 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_tpg()
1159 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_npiv_tpg_enable_store()
1441 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_free_session()
1554 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_update_sess()
1740 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stopped) in tcm_qla2xxx_drop_lport()
1741 qlt_stop_phase2(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_lport()
Dqla_dfs.c22 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qla2x00_dfs_tgt_sess_show()
65 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qla2x00_dfs_tgt_port_database_show()
Dqla_target.h798 struct qla_tgt { struct
913 struct qla_tgt *tgt; /* to save extra sess dereferences */
980 struct qla_tgt *tgt;
1096 extern int qlt_stop_phase1(struct qla_tgt *);
1097 extern void qlt_stop_phase2(struct qla_tgt *);
Dqla_inline.h346 qla_qpair_to_hint(struct qla_tgt *tgt, struct qla_qpair *qpair) in qla_qpair_to_hint()
Dqla_def.h2374 struct qla_tgt *tgt;
3500 struct qla_tgt *qla_tgt; member
Dqla_init.c5263 if (!vha->vha_tgt.qla_tgt->tgt_stop && in qla2x00_update_fcport()
5264 !vha->vha_tgt.qla_tgt->tgt_stopped) in qla2x00_update_fcport()
5269 if (!vha->vha_tgt.qla_tgt->tgt_stop && in qla2x00_update_fcport()
5270 !vha->vha_tgt.qla_tgt->tgt_stopped) in qla2x00_update_fcport()
Dqla_os.c1722 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in __qla2x00_abort_all_cmds()