Searched refs:starget_for_each_device (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/scsi/ |
D | scsi_lib.c | 2909 starget_for_each_device(starget, NULL, device_quiesce_fn); in scsi_target_quiesce() 2922 starget_for_each_device(starget, NULL, device_resume_fn); in scsi_target_resume() 3036 starget_for_each_device(to_scsi_target(dev), NULL, in target_block() 3045 starget_for_each_device(to_scsi_target(dev), NULL, in scsi_target_block() 3062 starget_for_each_device(to_scsi_target(dev), data, in target_unblock() 3071 starget_for_each_device(to_scsi_target(dev), &new_state, in scsi_target_unblock()
|
D | scsi.c | 1046 void starget_for_each_device(struct scsi_target *starget, void *data, in starget_for_each_device() function 1058 EXPORT_SYMBOL(starget_for_each_device);
|
/linux-4.1.27/include/scsi/ |
D | scsi_device.h | 339 extern void starget_for_each_device(struct scsi_target *, void *,
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 2499 starget_for_each_device(starget, &cancel_rc, ibmvfc_dev_cancel_all_reset); in ibmvfc_eh_target_reset_handler() 2502 starget_for_each_device(starget, &cancel_rc, ibmvfc_dev_cancel_all_noreset); in ibmvfc_eh_target_reset_handler()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 1095 starget_for_each_device(starget, NULL, mptsas_block_io_sdev); in mptsas_block_io_starget() 4223 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL, in mptsas_reprobe_target()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_scsih.c | 6144 starget_for_each_device(starget, NULL, _scsih_reprobe_lun); in _scsih_sas_pd_expose() 6191 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun); in _scsih_sas_pd_hide()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 5814 starget_for_each_device(starget, NULL, _scsih_reprobe_lun); in _scsih_sas_pd_expose() 5862 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun); in _scsih_sas_pd_hide()
|