Lines Matching refs:tgt_flags

1923 		adapter->tgt_flags[tgt_id].tagq_active = false;  in blogic_initadapter()
1924 adapter->tgt_flags[tgt_id].cmd_good = false; in blogic_initadapter()
2071 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2088 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2103 …adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_i… in blogic_inquiry()
2169 if (adapter->tgt_flags[tgt_id].tagq_ok && in blogic_slaveconfig()
2183 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2615 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
2671 adapter->tgt_flags[ccb->tgt_id] in blogic_process_ccbs()
2710 struct blogic_tgt_flags *tgt_flags = in blogic_process_ccbs() local
2711 &adapter->tgt_flags[ccb->tgt_id]; in blogic_process_ccbs()
2714 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
2715 tgt_flags->tagq_ok = inquiry->CmdQue; in blogic_process_ccbs()
2716 tgt_flags->wide_ok = inquiry->WBus16; in blogic_process_ccbs()
2883 struct blogic_tgt_flags *tgt_flags = in blogic_qcmd_lck() local
2884 &adapter->tgt_flags[command->device->id]; in blogic_qcmd_lck()
2997 !tgt_flags->tagq_active && in blogic_qcmd_lck()
2999 && tgt_flags->tagq_ok && 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()
3348 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3349 if (!tgt_flags->tgt_exists) in blogic_show_info()
3351 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3361 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3362 if (!tgt_flags->tgt_exists) in blogic_show_info()
3378 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3379 if (!tgt_flags->tgt_exists) in blogic_show_info()
3394 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3395 if (!tgt_flags->tgt_exists) in blogic_show_info()
3414 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3415 if (!tgt_flags->tgt_exists) in blogic_show_info()