Searched refs:starget_for_each_device (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | scsi_lib.c | 2918 starget_for_each_device(starget, NULL, device_quiesce_fn); in scsi_target_quiesce() 2931 starget_for_each_device(starget, NULL, device_resume_fn); in scsi_target_resume() 3045 starget_for_each_device(to_scsi_target(dev), NULL, in target_block() 3054 starget_for_each_device(to_scsi_target(dev), NULL, in scsi_target_block() 3071 starget_for_each_device(to_scsi_target(dev), data, in target_unblock() 3080 starget_for_each_device(to_scsi_target(dev), &new_state, in scsi_target_unblock()
|
D | scsi.c | 979 void starget_for_each_device(struct scsi_target *starget, void *data, in starget_for_each_device() function 991 EXPORT_SYMBOL(starget_for_each_device);
|
/linux-4.4.14/include/scsi/ |
D | scsi_device.h | 320 extern void starget_for_each_device(struct scsi_target *, void *,
|
/linux-4.4.14/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.4.14/drivers/message/fusion/ |
D | mptsas.c | 1095 starget_for_each_device(starget, NULL, mptsas_block_io_sdev); in mptsas_block_io_starget() 4222 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL, in mptsas_reprobe_target()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 6251 starget_for_each_device(starget, NULL, _scsih_reprobe_lun); in _scsih_sas_pd_expose() 6302 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun); in _scsih_sas_pd_hide()
|