Lines Matching refs:tgt_flags

2073 		adapter->tgt_flags[tgt_id].tagq_active = false;  in blogic_initadapter()
2074 adapter->tgt_flags[tgt_id].cmd_good = false; in blogic_initadapter()
2221 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2238 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2253 …adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_i… in blogic_inquiry()
2320 if (adapter->tgt_flags[tgt_id].tagq_ok && in blogic_slaveconfig()
2334 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2757 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
2813 adapter->tgt_flags[ccb->tgt_id] in blogic_process_ccbs()
2852 struct blogic_tgt_flags *tgt_flags = in blogic_process_ccbs() local
2853 &adapter->tgt_flags[ccb->tgt_id]; in blogic_process_ccbs()
2856 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
2857 tgt_flags->tagq_ok = inquiry->CmdQue; in blogic_process_ccbs()
2858 tgt_flags->wide_ok = inquiry->WBus16; in blogic_process_ccbs()
3025 struct blogic_tgt_flags *tgt_flags = in blogic_qcmd_lck() local
3026 &adapter->tgt_flags[command->device->id]; in blogic_qcmd_lck()
3139 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3141 && tgt_flags->tagq_ok && 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()
3490 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3491 if (!tgt_flags->tgt_exists) in blogic_show_info()
3493 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3503 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3504 if (!tgt_flags->tgt_exists) in blogic_show_info()
3520 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3521 if (!tgt_flags->tgt_exists) in blogic_show_info()
3536 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3537 if (!tgt_flags->tgt_exists) in blogic_show_info()
3556 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3557 if (!tgt_flags->tgt_exists) in blogic_show_info()