Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.c2079 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_initadapter()
2761 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
3143 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3147 tgt_flags->tagq_active = true; in blogic_qcmd_lck()
3151 if (tgt_flags->tagq_active) { in blogic_qcmd_lck()
3287 if (adapter->tgt_flags[tgt_id].tagq_active && in DEF_SCSI_QCMD()
3497 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
DBusLogic.h911 bool tagq_active:1; member