Home
last modified time | relevance | path

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

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