Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dscsi_device.h429 extern int scsi_is_target_device(const struct device *);
/Linux-v5.4/drivers/scsi/
Dscsi_lib.c2804 if (scsi_is_target_device(dev)) in target_block()
2813 if (scsi_is_target_device(dev)) in scsi_target_block()
2830 if (scsi_is_target_device(dev)) in target_unblock()
2839 if (scsi_is_target_device(dev)) in scsi_target_unblock()
Dscsi_scan.c339 int scsi_is_target_device(const struct device *dev) in scsi_is_target_device() function
343 EXPORT_SYMBOL(scsi_is_target_device);
Dscsi_transport_spi.c1396 if (!scsi_is_target_device(dev)) in spi_target_match()
Dscsi_transport_fc.c1967 if (!scsi_is_target_device(dev)) in fc_target_match()