Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A 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()
2714 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
3349 if (!tgt_flags->tgt_exists) in blogic_show_info()
3362 if (!tgt_flags->tgt_exists) in blogic_show_info()
3379 if (!tgt_flags->tgt_exists) in blogic_show_info()
3395 if (!tgt_flags->tgt_exists) in blogic_show_info()
3415 if (!tgt_flags->tgt_exists) in blogic_show_info()
H A DBusLogic.h893 bool tgt_exists:1; member