Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A DBusLogic.c2072 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2089 adapter->tgt_flags[tgt_id].tgt_exists = in blogic_inquiry()
2185 if (adapter->tgt_flags[tgt_id].tgt_exists) in blogic_sdev_configure()
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()
H A DBusLogic.h893 bool tgt_exists:1; member