Home
last modified time | relevance | path

Searched refs:tgt_exists (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
DBusLogic.c2222 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2239 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2335 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2857 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
3493 if (!tgt_flags->tgt_exists) in blogic_show_info()
3506 if (!tgt_flags->tgt_exists) in blogic_show_info()
3523 if (!tgt_flags->tgt_exists) in blogic_show_info()
3539 if (!tgt_flags->tgt_exists) in blogic_show_info()
3559 if (!tgt_flags->tgt_exists) in blogic_show_info()
DBusLogic.h901 bool tgt_exists:1; member