Searched refs:starget_for_each_device (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | scsi_lib.c | 2362 starget_for_each_device(starget, NULL, device_quiesce_fn); in scsi_target_quiesce() 2375 starget_for_each_device(starget, NULL, device_resume_fn); in scsi_target_resume() 2476 starget_for_each_device(to_scsi_target(dev), NULL, in target_block() 2485 starget_for_each_device(to_scsi_target(dev), NULL, in scsi_target_block() 2502 starget_for_each_device(to_scsi_target(dev), NULL, in target_unblock() 2511 starget_for_each_device(to_scsi_target(dev), NULL, in scsi_target_unblock()
|
D | scsi.c | 1141 void starget_for_each_device(struct scsi_target *starget, void *data, in starget_for_each_device() function 1153 EXPORT_SYMBOL(starget_for_each_device);
|
/linux-3.4.99/include/scsi/ |
D | scsi_device.h | 303 extern void starget_for_each_device(struct scsi_target *, void *,
|
/linux-3.4.99/drivers/message/fusion/ |
D | mptsas.c | 1098 starget_for_each_device(starget, NULL, mptsas_block_io_sdev); in mptsas_block_io_starget() 4229 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL, in mptsas_reprobe_target()
|
/linux-3.4.99/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 2438 starget_for_each_device(starget, &cancel_rc, ibmvfc_dev_cancel_all_reset); in ibmvfc_eh_target_reset_handler()
|
/linux-3.4.99/drivers/scsi/mpt2sas/ |
D | mpt2sas_scsih.c | 5973 starget_for_each_device(starget, no_uld_attach ? (void *)1 : NULL, in _scsih_reprobe_target()
|