Home
last modified time | relevance | path

Searched refs:scsi_is_target_device (Results 1 – 4 of 4) sorted by relevance

/linux/include/scsi/
H A Dscsi_device.h495 extern int scsi_is_target_device(const struct device *);
/linux/drivers/scsi/
H A Dscsi_lib.c3008 if (scsi_is_target_device(dev)) in target_block()
3029 WARN_ON_ONCE(scsi_is_target_device(dev)); in scsi_block_targets()
3044 if (scsi_is_target_device(dev)) in target_unblock()
3053 if (scsi_is_target_device(dev)) in scsi_target_unblock()
H A Dscsi_scan.c422 int scsi_is_target_device(const struct device *dev) in scsi_is_target_device() function
426 EXPORT_SYMBOL(scsi_is_target_device);
H A Dscsi_transport_fc.c2423 if (!scsi_is_target_device(dev)) in fc_target_match()