Home
last modified time | relevance | path

Searched refs:tgt_stop (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c218 if (tgt->tgt_stop) { in qlt_queue_unknown_atio()
276 } else if (tgt->tgt_stop) { in qlt_try_to_dequeue_unknown_atios()
707 if (tgt->tgt_stop) { in qlt_fc_port_added()
1152 (!tgt || !tgt->tgt_stop) && !LOOP_TRANSITION(vha)) { in qlt_free_session_done()
1263 if (tgt && tgt->tgt_stop && tgt->sess_count == 0) in qlt_schedule_sess_for_deletion()
1383 if (vha->vha_tgt.qla_tgt->tgt_stop) in qlt_create_sess()
1479 if (tgt->tgt_stop || tgt->tgt_stopped) { in qlt_stop_phase1()
1494 tgt->tgt_stop = 1; in qlt_stop_phase1()
1538 if (!tgt->tgt_stop) { in qlt_stop_phase2()
1547 tgt->tgt_stop = 0; in qlt_stop_phase2()
[all …]
H A Dqla_target.h814 int tgt_stop; /* the target mode driver is being stopped */ member