Searched refs:starget_for_each_device (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/scsi/
H A Dscsi.c809 * starget_for_each_device - helper to walk all devices of a target
818 void starget_for_each_device(struct scsi_target *starget, void *data, function
830 EXPORT_SYMBOL(starget_for_each_device); variable
844 * really want to use starget_for_each_device instead.
H A Dscsi_lib.c2802 starget_for_each_device(starget, NULL, device_quiesce_fn);
2815 starget_for_each_device(starget, NULL, device_resume_fn);
2995 starget_for_each_device(to_scsi_target(dev), NULL,
3031 starget_for_each_device(to_scsi_target(dev), data,
3040 starget_for_each_device(to_scsi_target(dev), &new_state,
/linux-master/include/scsi/
H A Dscsi_device.h407 extern void starget_for_each_device(struct scsi_target *, void *,
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c1084 starget_for_each_device(tgtdev->starget,
1381 starget_for_each_device(tgtdev->starget, (void *)tgtdev,
1889 starget_for_each_device(tgtdev->starget,
/linux-master/drivers/message/fusion/
H A Dmptsas.c1121 starget_for_each_device(starget, NULL, mptsas_block_io_sdev);
4246 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL,
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c9126 starget_for_each_device(starget, NULL, _scsih_reprobe_lun);
9175 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun);
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvfc.c3039 starget_for_each_device(starget, &cancel_rc,

Completed in 242 milliseconds