Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DBusLogic.c2073 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_initadapter()
2757 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
3139 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3143 tgt_flags->tagq_active = true; in blogic_qcmd_lck()
3147 if (tgt_flags->tagq_active) { in blogic_qcmd_lck()
3283 if (adapter->tgt_flags[tgt_id].tagq_active && in DEF_SCSI_QCMD()
3493 …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