Lines Matching refs:tgt_flags

2074 		adapter->tgt_flags[tgt_id].tagq_active = false;
2075 adapter->tgt_flags[tgt_id].cmd_good = false;
2222 adapter->tgt_flags[tgt_id].tgt_exists =
2239 adapter->tgt_flags[tgt_id].tgt_exists =
2254 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));
2321 if (adapter->tgt_flags[tgt_id].tagq_ok &&
2335 if (adapter->tgt_flags[tgt_id].tgt_exists)
2758 adapter->tgt_flags[tgt_id].tagq_active = false;
2814 adapter->tgt_flags[ccb->tgt_id]
2853 struct blogic_tgt_flags *tgt_flags =
2854 &adapter->tgt_flags[ccb->tgt_id];
2857 tgt_flags->tgt_exists = true;
2858 tgt_flags->tagq_ok = inquiry->CmdQue;
2859 tgt_flags->wide_ok = inquiry->WBus16;
3026 struct blogic_tgt_flags *tgt_flags =
3027 &adapter->tgt_flags[command->device->id];
3140 !tgt_flags->tagq_active &&
3142 && tgt_flags->tagq_ok &&
3144 tgt_flags->tagq_active = true;
3148 if (tgt_flags->tagq_active) {
3284 if (adapter->tgt_flags[tgt_id].tagq_active &&
3492 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3493 if (!tgt_flags->tgt_exists)
3495 seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (adapter->tagq_ok & (1 << tgt)
3505 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3506 if (!tgt_flags->tgt_exists)
3522 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3523 if (!tgt_flags->tgt_exists)
3538 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3539 if (!tgt_flags->tgt_exists)
3558 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt];
3559 if (!tgt_flags->tgt_exists)