Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c2901 if (scsi_is_target_device(dev)) in target_block()
2922 WARN_ON_ONCE(scsi_is_target_device(dev)); in scsi_block_targets()
2937 if (scsi_is_target_device(dev)) in target_unblock()
2946 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()
/openbmc/linux/include/scsi/
H A Dscsi_device.h486 extern int scsi_is_target_device(const struct device *);