• Home
  • Raw
  • Download

Lines Matching refs:tgt_flags

2074 		adapter->tgt_flags[tgt_id].tagq_active = false;  in blogic_initadapter()
2075 adapter->tgt_flags[tgt_id].cmd_good = false; in blogic_initadapter()
2222 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2239 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2254 …adapter->tgt_flags[tgt_id].wide_active = (tgt_id < 8 ? (setupinfo.wide_tx_active0to7 & (1 << tgt_i… in blogic_inquiry()
2321 if (adapter->tgt_flags[tgt_id].tagq_ok && in blogic_slaveconfig()
2335 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2758 adapter->tgt_flags[tgt_id].tagq_active = false; in blogic_process_ccbs()
2814 adapter->tgt_flags[ccb->tgt_id] in blogic_process_ccbs()
2853 struct blogic_tgt_flags *tgt_flags = in blogic_process_ccbs() local
2854 &adapter->tgt_flags[ccb->tgt_id]; in blogic_process_ccbs()
2857 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
2858 tgt_flags->tagq_ok = inquiry->CmdQue; in blogic_process_ccbs()
2859 tgt_flags->wide_ok = inquiry->WBus16; in blogic_process_ccbs()
3026 struct blogic_tgt_flags *tgt_flags = in blogic_qcmd_lck() local
3027 &adapter->tgt_flags[command->device->id]; in blogic_qcmd_lck()
3140 !tgt_flags->tagq_active && in blogic_qcmd_lck()
3142 && tgt_flags->tagq_ok && in blogic_qcmd_lck()
3144 tgt_flags->tagq_active = true; in blogic_qcmd_lck()
3148 if (tgt_flags->tagq_active) { in blogic_qcmd_lck()
3284 if (adapter->tgt_flags[tgt_id].tagq_active && in DEF_SCSI_QCMD()
3492 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3493 if (!tgt_flags->tgt_exists) in blogic_show_info()
3495 …seq_printf(m, " %2d %s", tgt, (tgt_flags->tagq_ok ? (tgt_flags->tagq_active ? " Active" : (ada… in blogic_show_info()
3505 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3506 if (!tgt_flags->tgt_exists) in blogic_show_info()
3522 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3523 if (!tgt_flags->tgt_exists) in blogic_show_info()
3538 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3539 if (!tgt_flags->tgt_exists) in blogic_show_info()
3558 struct blogic_tgt_flags *tgt_flags = &adapter->tgt_flags[tgt]; in blogic_show_info() local
3559 if (!tgt_flags->tgt_exists) in blogic_show_info()