Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_device.h487 extern int scsi_is_target_device(const struct device *);
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c2895 if (scsi_is_target_device(dev)) in target_block()
2916 WARN_ON_ONCE(scsi_is_target_device(dev)); in scsi_block_targets()
2931 if (scsi_is_target_device(dev)) in target_unblock()
2940 if (scsi_is_target_device(dev)) in scsi_target_unblock()
H A Dscsi_scan.c420 int scsi_is_target_device(const struct device *dev) in scsi_is_target_device() function
424 EXPORT_SYMBOL(scsi_is_target_device);
H A Dscsi_transport_spi.c1407 if (!scsi_is_target_device(dev)) in spi_target_match()
H A Dscsi_transport_fc.c2435 if (!scsi_is_target_device(dev)) in fc_target_match()