Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c2074 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2091 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2187 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_sdev_configure()
2717 tgt_flags->tgt_exists = true; in blogic_process_ccbs()
3352 if (!tgt_flags->tgt_exists) in blogic_show_info()
3365 if (!tgt_flags->tgt_exists) in blogic_show_info()
3382 if (!tgt_flags->tgt_exists) in blogic_show_info()
3398 if (!tgt_flags->tgt_exists) in blogic_show_info()
3418 if (!tgt_flags->tgt_exists) in blogic_show_info()
H A DBusLogic.h893 bool tgt_exists:1; member