/linux-4.4.14/drivers/scsi/ |
D | scsi.c | 617 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function 626 EXPORT_SYMBOL(scsi_change_queue_depth); 669 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
|
D | u14-34f.c | 699 scsi_change_queue_depth(dev, tqd); in u14_34f_slave_configure() 703 scsi_change_queue_depth(dev, tqd); in u14_34f_slave_configure() 707 scsi_change_queue_depth(dev, tqd); in u14_34f_slave_configure() 712 scsi_change_queue_depth(dev, tqd); in u14_34f_slave_configure() 717 scsi_change_queue_depth(dev, utqd); in u14_34f_slave_configure()
|
D | eata.c | 955 scsi_change_queue_depth(dev, tqd); in eata2x_slave_configure() 957 scsi_change_queue_depth(dev, tqd); in eata2x_slave_configure() 960 scsi_change_queue_depth(dev, utqd); in eata2x_slave_configure()
|
D | 53c700.c | 905 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message() 2056 scsi_change_queue_depth(SDp, NCR_700_DEFAULT_TAGS); in NCR_700_slave_configure() 2083 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
|
D | iscsi_tcp.c | 955 .change_queue_depth = scsi_change_queue_depth,
|
D | virtio_scsi.c | 708 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
|
D | scsi_scan.c | 283 scsi_change_queue_depth(sdev, sdev->host->cmd_per_lun ? in scsi_alloc_sdev()
|
D | vmw_pvscsi.c | 511 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
|
D | BusLogic.c | 2330 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig() 2335 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
|
D | scsi_error.c | 633 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1); in scsi_handle_queue_ramp_up()
|
D | qla1280.c | 1227 scsi_change_queue_depth(device, ha->bus_settings[bus].hiwat); in qla1280_slave_configure() 1229 scsi_change_queue_depth(device, default_depth); in qla1280_slave_configure()
|
D | 3w-sas.c | 1550 .change_queue_depth = scsi_change_queue_depth,
|
D | 3w-xxxx.c | 2230 .change_queue_depth = scsi_change_queue_depth,
|
D | hptiop.c | 1126 return scsi_change_queue_depth(sdev, queue_depth); in hptiop_adjust_disk_queue_depth()
|
D | 3w-9xxx.c | 1990 .change_queue_depth = scsi_change_queue_depth,
|
D | esp_scsi.c | 2487 scsi_change_queue_depth(dev, esp->num_tags); in esp_slave_configure()
|
D | dpt_i2o.c | 418 scsi_change_queue_depth(device, in adpt_slave_configure()
|
D | pmcraid.c | 297 return scsi_change_queue_depth(scsi_dev, depth); in pmcraid_change_queue_depth()
|
D | advansys.c | 7338 scsi_change_queue_depth(sdev, in advansys_narrow_slave_configure() 7480 scsi_change_queue_depth(sdev, adv_dvc->max_dvc_qng); in advansys_wide_slave_configure()
|
D | hpsa.c | 1976 scsi_change_queue_depth(sdev, queue_depth); in hpsa_slave_configure() 5244 return scsi_change_queue_depth(sdev, qdepth); in hpsa_change_queue_depth()
|
D | ipr.c | 4365 scsi_change_queue_depth(sdev, qdepth); in ipr_change_queue_depth() 4821 scsi_change_queue_depth(sdev, IPR_MAX_CMD_PER_ATA_LUN); in ipr_slave_configure()
|
D | scsi_debug.c | 5092 scsi_change_queue_depth(sdev, qdepth); in sdebug_change_qdepth()
|
D | ncr53c8xx.c | 8000 scsi_change_queue_depth(device, depth_to_use);
|
D | ips.c | 1209 scsi_change_queue_depth(SDptr, min); in ips_slave_configure()
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | linit.c | 453 scsi_change_queue_depth(sdev, depth); in aac_slave_configure() 455 scsi_change_queue_depth(sdev, 1); in aac_slave_configure() 491 return scsi_change_queue_depth(sdev, depth); in aac_change_queue_depth() 494 return scsi_change_queue_depth(sdev, 1); in aac_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 884 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_slave_configure() 889 scsi_change_queue_depth(scsi_dev, 1); in sas_slave_configure() 906 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
|
/linux-4.4.14/drivers/s390/scsi/ |
D | zfcp_scsi.c | 50 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_slave_configure() 289 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_main.c | 87 scsi_change_queue_depth(sdev, qdepth); in snic_slave_configure() 104 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 152 slave_configure() --> scsi_change_queue_depth() 162 scsi_change_queue_depth() in its slave_configure() routine. 206 slave_configure() [--> scsi_change_queue_depth()] 264 slave_configure() --> scsi_change_queue_depth() 274 The mid level invokes scsi_change_queue_depth() with "cmd_per_lun" for that 371 scsi_change_queue_depth - change the queue depth on a SCSI device 439 * scsi_change_queue_depth - allow LLD to change queue depth on a SCSI device 456 int scsi_change_queue_depth(struct scsi_device *sdev, int tags) 1217 scsi_change_queue_depth(). 1257 scsi_change_queue_depth() (or struct Scsi_Host::cmd_per_lun). There will
|
/linux-4.4.14/include/scsi/ |
D | scsi_device.h | 360 extern int scsi_change_queue_depth(struct scsi_device *, int);
|
/linux-4.4.14/drivers/scsi/fnic/ |
D | fnic_main.c | 101 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc() 113 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_im.c | 779 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure() 869 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 981 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 330 scsi_change_queue_depth(sdev, new_queue_depth); in lpfc_ramp_down_queue_handler() 5534 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure() 5916 .change_queue_depth = scsi_change_queue_depth, 5941 .change_queue_depth = scsi_change_queue_depth, 5964 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/target/loopback/ |
D | tcm_loop.c | 367 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1337 scsi_change_queue_depth(sdev, in ahc_platform_set_tags() 1347 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
|
D | aic79xx_osm.c | 1471 scsi_change_queue_depth(sdev, in ahd_platform_set_tags() 1481 scsi_change_queue_depth(sdev, 1); in ahd_platform_set_tags()
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 1187 scsi_change_queue_depth(sdev, depth); in ata_scsi_dev_config() 1301 return scsi_change_queue_depth(sdev, queue_depth); in __ata_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 89 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_main.c | 257 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_fcp.c | 2178 scsi_change_queue_depth(sdev, FC_FCP_DFLT_QUEUE_DEPTH); in fc_slave_alloc()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 823 scsi_change_queue_depth(sdev, depth_to_use); in sym53c8xx_slave_configure()
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 1948 return scsi_change_queue_depth(sdev, qdepth); in ibmvscsi_change_queue_depth()
|
D | ibmvfc.c | 2907 return scsi_change_queue_depth(sdev, qdepth); in ibmvfc_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 2265 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufshcd.c | 2846 scsi_change_queue_depth(sdev, lun_qdepth); in ufshcd_set_queue_depth() 2947 return scsi_change_queue_depth(sdev, depth); in ufshcd_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 283 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_scsi.c | 2241 scsi_change_queue_depth(sdev, csio_lun_qdepth); in csio_slave_configure()
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.c | 1991 scsi_change_queue_depth(sdev, qdepth); in cxlflash_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 97 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2864 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_os.c | 260 .change_queue_depth = scsi_change_queue_depth, 1403 scsi_change_queue_depth(sdev, req->max_q_depth); in qla2xxx_slave_configure()
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptscsih.c | 2346 return scsi_change_queue_depth(sdev, qdepth); in mptscsih_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_mbox.c | 347 .change_queue_depth = scsi_change_queue_depth,
|
D | megaraid_sas_base.c | 2889 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2468 return scsi_change_queue_depth(sdev, qdepth); in srp_change_queue_depth()
|
/linux-4.4.14/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 121 return scsi_change_queue_depth(sdev, queue_depth); in arcmsr_adjust_disk_queue_depth()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 204 .change_queue_depth = scsi_change_queue_depth, 9054 scsi_change_queue_depth(sdev, queue_depth); in qla4xxx_slave_alloc()
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 558 .change_queue_depth = scsi_change_queue_depth,
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 1239 return scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()
|