Lines Matching refs:tgt_flags

2079 		adapter->tgt_flags[tgt_id].tagq_active = false;  in blogic_initadapter()
2080 adapter->tgt_flags[tgt_id].cmd_good = false; in blogic_initadapter()
2226 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2243 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2258 …adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_i… in blogic_inquiry()
2325 if (adapter->tgt_flags[tgt_id].tagq_ok && in blogic_slaveconfig()
2339 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2761 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
2817 adapter->tgt_flags[ccb->tgt_id] in blogic_process_ccbs()
2856 struct blogic_tgt_flags *tgt_flags = in blogic_process_ccbs() local
2857 &adapter->tgt_flags[ccb->tgt_id]; in blogic_process_ccbs()
2860 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
2861 tgt_flags->tagq_ok = inquiry->CmdQue; in blogic_process_ccbs()
2862 tgt_flags->wide_ok = inquiry->WBus16; in blogic_process_ccbs()
3029 struct blogic_tgt_flags *tgt_flags = in blogic_qcmd_lck() local
3030 &adapter->tgt_flags[command->device->id]; in blogic_qcmd_lck()
3143 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3145 && tgt_flags->tagq_ok && 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()
3494 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3495 if (!tgt_flags->tgt_exists) in blogic_show_info()
3497 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3507 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3508 if (!tgt_flags->tgt_exists) in blogic_show_info()
3524 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3525 if (!tgt_flags->tgt_exists) in blogic_show_info()
3540 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3541 if (!tgt_flags->tgt_exists) in blogic_show_info()
3560 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3561 if (!tgt_flags->tgt_exists) in blogic_show_info()