/linux/drivers/scsi/ |
H A D | scsi.c | 217 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function 233 EXPORT_SYMBOL(scsi_change_queue_depth); 276 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
|
H A D | 53c700.c | 918 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message() 2040 scsi_change_queue_depth(SDp, NCR_700_DEFAULT_TAGS); in NCR_700_sdev_configure() 2067 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
|
H A D | iscsi_tcp.c | 1076 .change_queue_depth = scsi_change_queue_depth,
|
H A D | virtio_scsi.c | 699 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
|
H A D | scsi_scan.c | 363 scsi_change_queue_depth(sdev, depth); in scsi_alloc_sdev()
|
H A D | BusLogic.c | 2176 scsi_change_queue_depth(dev, qdepth); in blogic_sdev_configure() 2181 scsi_change_queue_depth(dev, qdepth); in blogic_sdev_configure()
|
H A D | vmw_pvscsi.c | 536 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
|
/linux/drivers/scsi/snic/ |
H A D | snic_main.c | 73 scsi_change_queue_depth(sdev, qdepth); in snic_sdev_configure() 98 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
|
/linux/drivers/scsi/aacraid/ |
H A D | linit.c | 502 scsi_change_queue_depth(sdev, depth); in aac_sdev_configure() 549 return scsi_change_queue_depth(sdev, depth); in aac_change_queue_depth() 551 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit); in aac_change_queue_depth() 553 scsi_change_queue_depth(sdev, 1); in aac_change_queue_depth()
|
/linux/drivers/scsi/libsas/ |
H A D | sas_scsi_host.c | 821 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_sdev_configure() 825 scsi_change_queue_depth(scsi_dev, 1); in sas_sdev_configure() 843 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
|
/linux/Documentation/scsi/ |
H A D | scsi_mid_low_api.rst | 150 sdev_configure() --> scsi_change_queue_depth() 163 scsi_change_queue_depth() in its sdev_configure() routine. 203 sdev_configure() [--> scsi_change_queue_depth()] 296 - scsi_change_queue_depth - change the queue depth on a SCSI device 361 * scsi_change_queue_depth - allow LLD to change queue depth on a SCSI device 378 int scsi_change_queue_depth(struct scsi_device *sdev, int tags) 1051 scsi_change_queue_depth(). 1079 scsi_change_queue_depth() (or struct Scsi_Host::cmd_per_lun). There will
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 56 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_sdev_configure() 434 .change_queue_depth = scsi_change_queue_depth,
|
/linux/include/scsi/ |
H A D | scsi_device.h | 447 extern int scsi_change_queue_depth(struct scsi_device *, int);
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_im.c | 788 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_sdev_configure() 880 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
|
/linux/drivers/scsi/fnic/ |
H A D | fnic_main.c | 110 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_sdev_init() 123 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 963 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 299 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1325 scsi_change_queue_depth(sdev, in ahc_platform_set_tags() 1335 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
|
H A D | aic79xx_osm.c | 1455 scsi_change_queue_depth(sdev, in ahd_platform_set_tags() 1465 scsi_change_queue_depth(sdev, 1); in ahd_platform_set_tags()
|
/linux/drivers/ata/ |
H A D | libata-sata.c | 1288 return scsi_change_queue_depth(sdev, queue_depth); in ata_change_queue_depth()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 2658 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_sdev_configure() 2953 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/usb/storage/ |
H A D | uas.c | 899 scsi_change_queue_depth(sdev, devinfo->qdepth - 2); in uas_sdev_configure()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 193 scsi_change_queue_depth(sdev, new_queue_depth); in lpfc_ramp_down_queue_handler() 6365 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_sdev_configure() 6795 .change_queue_depth = scsi_change_queue_depth, 6822 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 89 .change_queue_depth = scsi_change_queue_depth,
|
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_main.c | 252 .change_queue_depth = scsi_change_queue_depth,
|