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.c2795 starget_for_each_device(starget, NULL, device_quiesce_fn);
2808 starget_for_each_device(starget, NULL, device_resume_fn);
2988 starget_for_each_device(to_scsi_target(dev), NULL,
3024 starget_for_each_device(to_scsi_target(dev), data,
3033 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.c1088 starget_for_each_device(tgtdev->starget,
1385 starget_for_each_device(tgtdev->starget, (void *)tgtdev,
1893 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);
4243 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL,
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c9124 starget_for_each_device(starget, NULL, _scsih_reprobe_lun);
9173 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 245 milliseconds