Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h815 int tgt_stopped; /* the target mode driver has been stopped */ member
H A Dqla_target.c1479 if (tgt->tgt_stop || tgt->tgt_stopped) { in qlt_stop_phase1()
1532 if (tgt->tgt_stopped) { in qlt_stop_phase2()
1548 tgt->tgt_stopped = 1; in qlt_stop_phase2()
1576 if (!tgt->tgt_stop && !tgt->tgt_stopped) in qlt_release()
1579 if (!tgt->tgt_stopped) in qlt_release()
7092 if (!tgt || tgt->tgt_stop || tgt->tgt_stopped) in qlt_async_event()
7739 tgt->tgt_stopped = 0; in qlt_enable_vha()