Searched refs:tagq_active (Results 1 – 2 of 2) sorted by relevance
1924 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_initadapter()2617 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()2999 !tgt_flags->tagq_active && in blogic_qcmd_lck()3003 tgt_flags->tagq_active = true; in blogic_qcmd_lck()3007 if (tgt_flags->tagq_active) { in blogic_qcmd_lck()3142 if (adapter->tgt_flags[tgt_id].tagq_active && in DEF_SCSI_QCMD()3353 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
896 bool tagq_active:1; member