Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.c2074 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_initadapter()
2758 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
3140 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3144 tgt_flags->tagq_active = true; in blogic_qcmd_lck()
3148 if (tgt_flags->tagq_active) { in blogic_qcmd_lck()
3284 if (adapter->tgt_flags[tgt_id].tagq_active && in DEF_SCSI_QCMD()
3495 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
DBusLogic.h904 bool tagq_active:1; member