Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
DBusLogic.c2071 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2088 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2183 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2716 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
3351 if (!tgt_flags->tgt_exists) in blogic_show_info()
3364 if (!tgt_flags->tgt_exists) in blogic_show_info()
3381 if (!tgt_flags->tgt_exists) in blogic_show_info()
3397 if (!tgt_flags->tgt_exists) in blogic_show_info()
3417 if (!tgt_flags->tgt_exists) in blogic_show_info()
DBusLogic.h893 bool tgt_exists:1; member