Home
last modified time | relevance | path

Searched refs:scsi_change_queue_depth (Results 1 – 60 of 60) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dscsi.c617 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()
Du14-34f.c699 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()
Deata.c955 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()
D53c700.c905 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()
Discsi_tcp.c955 .change_queue_depth = scsi_change_queue_depth,
Dvirtio_scsi.c708 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
Dscsi_scan.c283 scsi_change_queue_depth(sdev, sdev->host->cmd_per_lun ? in scsi_alloc_sdev()
Dvmw_pvscsi.c511 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
DBusLogic.c2330 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
2335 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
Dscsi_error.c633 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1); in scsi_handle_queue_ramp_up()
Dqla1280.c1227 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()
D3w-sas.c1550 .change_queue_depth = scsi_change_queue_depth,
D3w-xxxx.c2230 .change_queue_depth = scsi_change_queue_depth,
Dhptiop.c1126 return scsi_change_queue_depth(sdev, queue_depth); in hptiop_adjust_disk_queue_depth()
D3w-9xxx.c1990 .change_queue_depth = scsi_change_queue_depth,
Desp_scsi.c2487 scsi_change_queue_depth(dev, esp->num_tags); in esp_slave_configure()
Ddpt_i2o.c418 scsi_change_queue_depth(device, in adpt_slave_configure()
Dpmcraid.c297 return scsi_change_queue_depth(scsi_dev, depth); in pmcraid_change_queue_depth()
Dadvansys.c7338 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()
Dhpsa.c1976 scsi_change_queue_depth(sdev, queue_depth); in hpsa_slave_configure()
5244 return scsi_change_queue_depth(sdev, qdepth); in hpsa_change_queue_depth()
Dipr.c4365 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()
Dscsi_debug.c5092 scsi_change_queue_depth(sdev, qdepth); in sdebug_change_qdepth()
Dncr53c8xx.c8000 scsi_change_queue_depth(device, depth_to_use);
Dips.c1209 scsi_change_queue_depth(SDptr, min); in ips_slave_configure()
/linux-4.4.14/drivers/scsi/aacraid/
Dlinit.c453 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/
Dsas_scsi_host.c884 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/
Dzfcp_scsi.c50 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/
Dsnic_main.c87 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/
Dscsi_mid_low_api.txt152 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/
Dscsi_device.h360 extern int scsi_change_queue_depth(struct scsi_device *, int);
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_main.c101 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/
Dbfad_im.c779 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/
Discsi_iser.c981 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c330 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/
Dtcm_loop.c367 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1337 scsi_change_queue_depth(sdev, in ahc_platform_set_tags()
1347 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
Daic79xx_osm.c1471 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/
Dlibata-scsi.c1187 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/
Dcxgb3i.c89 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_main.c257 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c2178 scsi_change_queue_depth(sdev, FC_FCP_DFLT_QUEUE_DEPTH); in fc_slave_alloc()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_glue.c823 scsi_change_queue_depth(sdev, depth_to_use); in sym53c8xx_slave_configure()
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvscsi.c1948 return scsi_change_queue_depth(sdev, qdepth); in ibmvscsi_change_queue_depth()
Dibmvfc.c2907 return scsi_change_queue_depth(sdev, qdepth); in ibmvfc_change_queue_depth()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c2265 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c2846 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/
Dfcoe.c283 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_scsi.c2241 scsi_change_queue_depth(sdev, csio_lun_qdepth); in csio_slave_configure()
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c1991 scsi_change_queue_depth(sdev, qdepth); in cxlflash_change_queue_depth()
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c97 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2864 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c260 .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/
Dmptscsih.c2346 return scsi_change_queue_depth(sdev, qdepth); in mptscsih_change_queue_depth()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_mbox.c347 .change_queue_depth = scsi_change_queue_depth,
Dmegaraid_sas_base.c2889 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/infiniband/ulp/srp/
Dib_srp.c2468 return scsi_change_queue_depth(sdev, qdepth); in srp_change_queue_depth()
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr_hba.c121 return scsi_change_queue_depth(sdev, queue_depth); in arcmsr_adjust_disk_queue_depth()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c204 .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/
Dbe_main.c558 .change_queue_depth = scsi_change_queue_depth,
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c1239 return scsi_change_queue_depth(sdev, qdepth); in scsih_change_queue_depth()