Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DBusLogic.c2221 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2238 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2334 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_slaveconfig()
2856 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
3491 if (!tgt_flags->tgt_exists) in blogic_show_info()
3504 if (!tgt_flags->tgt_exists) in blogic_show_info()
3521 if (!tgt_flags->tgt_exists) in blogic_show_info()
3537 if (!tgt_flags->tgt_exists) in blogic_show_info()
3557 if (!tgt_flags->tgt_exists) in blogic_show_info()
DBusLogic.h901 bool tgt_exists:1; member