Lines Matching refs:tgt_flags

1923 		adapter->tgt_flags[tgt_id].tagq_active = false;
1924 adapter->tgt_flags[tgt_id].cmd_good = false;
2071 adapter->tgt_flags[tgt_id].tgt_exists =
2088 adapter->tgt_flags[tgt_id].tgt_exists =
2103 adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_id) ? true : false) : (setupinfo.wide_tx_active8to15 & (1 << (tgt_id - 8)) ? true : false));
2169 if (adapter->tgt_flags[tgt_id].tagq_ok &&
2183 if (adapter->tgt_flags[tgt_id].tgt_exists)
2615 adapter->tgt_flags[tgt_id].tagq_active = false;
2671 adapter->tgt_flags[ccb->tgt_id]
2710 struct blogic_tgt_flags *tgt_flags =
2711 &adapter->tgt_flags[ccb->tgt_id];
2714 tgt_flags->tgt_exists = true;
2715 tgt_flags->tagq_ok = inquiry->CmdQue;
2716 tgt_flags->wide_ok = inquiry->WBus16;
2883 struct blogic_tgt_flags *tgt_flags =
2884 &adapter->tgt_flags[command->device->id];
2997 !tgt_flags->tagq_active &&
2999 && tgt_flags->tagq_ok &&
3001 tgt_flags->tagq_active = true;
3005 if (tgt_flags->tagq_active) {
3140 if (adapter->tgt_flags[tgt_id].tagq_active &&
3348 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3349 if (!tgt_flags->tgt_exists)
3351 seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (adapter->tagq_ok & (1 << tgt)
3361 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3362 if (!tgt_flags->tgt_exists)
3378 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3379 if (!tgt_flags->tgt_exists)
3394 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3395 if (!tgt_flags->tgt_exists)
3414 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3415 if (!tgt_flags->tgt_exists)