Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_target.c121 static void qlt_clear_tgt_db(struct qla_tgt *tgt);
253 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_queue_unknown_atio()
290 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_try_to_dequeue_unknown_atios()
713 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_added()
951 struct qla_tgt *tgt = sess->tgt; in qlt_free_session_done()
1180 atomic_inc(&vha->vha_tgt.qla_tgt->tgt_global_resets_count); in qlt_reset()
1182 qlt_clear_tgt_db(vha->vha_tgt.qla_tgt); in qlt_reset()
1216 struct qla_tgt *tgt = sess->tgt; in qlt_schedule_sess_for_deletion()
1272 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.h75 struct qla_tgt lport_qla_tgt;
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.h774 struct qla_tgt { struct
895 struct qla_tgt *tgt; /* to save extra sess dereferences */
968 struct qla_tgt *tgt;
1073 extern int qlt_stop_phase1(struct qla_tgt *);
1074 extern void qlt_stop_phase2(struct qla_tgt *);
Dtcm_qla2xxx.c925 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_tpg_enable_store()
1037 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stop) in tcm_qla2xxx_drop_tpg()
1038 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_tpg()
1087 qlt_stop_phase1(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_npiv_tpg_enable_store()
1363 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_free_session()
1471 struct qla_tgt *tgt = sess->tgt; in tcm_qla2xxx_update_sess()
1657 if (vha->vha_tgt.qla_tgt && !vha->vha_tgt.qla_tgt->tgt_stopped) in tcm_qla2xxx_drop_lport()
1658 qlt_stop_phase2(vha->vha_tgt.qla_tgt); in tcm_qla2xxx_drop_lport()
Dqla_inline.h282 qla_qpair_to_hint(struct qla_tgt *tgt, struct qla_qpair *qpair) in qla_qpair_to_hint()
Dqla_def.h2420 struct qla_tgt *tgt;
3544 struct qla_tgt *qla_tgt; member
Dqla_init.c5399 if (!vha->vha_tgt.qla_tgt->tgt_stop && in qla2x00_update_fcport()
5400 !vha->vha_tgt.qla_tgt->tgt_stopped) in qla2x00_update_fcport()
5405 if (!vha->vha_tgt.qla_tgt->tgt_stop && in qla2x00_update_fcport()
5406 !vha->vha_tgt.qla_tgt->tgt_stopped) in qla2x00_update_fcport()
Dqla_os.c1748 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in __qla2x00_abort_all_cmds()