Searched refs:starget_for_each_device (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi.c | 830 void starget_for_each_device(struct scsi_target *starget, void *data, in starget_for_each_device() function 842 EXPORT_SYMBOL(starget_for_each_device);
|
H A D | scsi_lib.c | 2709 starget_for_each_device(starget, NULL, device_quiesce_fn); in scsi_target_quiesce() 2722 starget_for_each_device(starget, NULL, device_resume_fn); in scsi_target_resume() 2902 starget_for_each_device(to_scsi_target(dev), NULL, in target_block() 2938 starget_for_each_device(to_scsi_target(dev), data, in target_unblock() 2947 starget_for_each_device(to_scsi_target(dev), &new_state, in scsi_target_unblock()
|
/openbmc/linux/include/scsi/ |
H A D | scsi_device.h | 406 extern void starget_for_each_device(struct scsi_target *, void *,
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 1084 starget_for_each_device(tgtdev->starget, in mpi3mr_rfresh_tgtdevs() 1381 starget_for_each_device(tgtdev->starget, (void *)tgtdev, in mpi3mr_devinfochg_evt_bh() 1889 starget_for_each_device(tgtdev->starget, in mpi3mr_set_qd_for_all_vd_in_tg()
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptsas.c | 1121 starget_for_each_device(starget, NULL, mptsas_block_io_sdev); in mptsas_block_io_starget() 4244 starget_for_each_device(starget, uld_attach ? (void *)1 : NULL, in mptsas_reprobe_target()
|
/openbmc/linux/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 3005 starget_for_each_device(starget, &cancel_rc, ibmvfc_dev_cancel_all_reset); in ibmvfc_eh_target_reset_handler() 3008 starget_for_each_device(starget, &cancel_rc, ibmvfc_dev_cancel_all_noreset); in ibmvfc_eh_target_reset_handler()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 9132 starget_for_each_device(starget, NULL, _scsih_reprobe_lun); in _scsih_sas_pd_expose() 9181 starget_for_each_device(starget, (void *)1, _scsih_reprobe_lun); in _scsih_sas_pd_hide()
|