Home
last modified time | relevance | path

Searched refs:vha_tgt (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_target.c260 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()
691 mutex_lock(&vha->vha_tgt.tgt_mutex); in qla24xx_do_nack_work()
693 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qla24xx_do_nack_work()
731 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in qlt_fc_port_added()
752 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_fc_port_added()
754 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_fc_port_added()
936 mutex_lock(&vha->vha_tgt.tgt_mutex); in qlt_send_first_logo()
941 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_send_first_logo()
948 mutex_unlock(&vha->vha_tgt.tgt_mutex); in qlt_send_first_logo()
[all …]
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()
1224 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_find_sess_by_s_id()
1329 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_find_sess_by_loop_id()
1456 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_free_session()
1517 lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_check_initiator_node_acl()
1557 struct tcm_qla2xxx_lport *lport = vha->vha_tgt.target_lport_ptr; in tcm_qla2xxx_update_sess()
1681 vha->vha_tgt.target_lport_ptr = target_lport_ptr; in tcm_qla2xxx_lport_register_cb()
[all …]
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_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_def.h4362 struct scsi_qlt_host vha_tgt; member
Dqla_os.c1722 struct qla_tgt *tgt = vha->vha_tgt.qla_tgt; in __qla2x00_abort_all_cmds()