Searched refs:tagq_active (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A DBusLogic.c1923 adapter->tgt_flags[tgt_id].tagq_active = false;
2615 adapter->tgt_flags[tgt_id].tagq_active = false;
2997 !tgt_flags->tagq_active &&
3001 tgt_flags->tagq_active = true;
3005 if (tgt_flags->tagq_active) {
3140 if (adapter->tgt_flags[tgt_id].tagq_active &&
3351 seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (adapter->tagq_ok & (1 << tgt)
H A DBusLogic.h896 bool tagq_active:1; member in struct:blogic_tgt_flags

Completed in 120 milliseconds