Home
last modified time | relevance | path

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

123

/linux/drivers/scsi/
H A Dscsi.c217 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 D53c700.c917 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message()
2039 scsi_change_queue_depth(SDp, NCR_700_DEFAULT_TAGS); in NCR_700_slave_configure()
2066 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
H A Discsi_tcp.c1076 .change_queue_depth = scsi_change_queue_depth,
H A Dvirtio_scsi.c700 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
H A Dscsi_scan.c362 scsi_change_queue_depth(sdev, depth); in scsi_alloc_sdev()
H A DBusLogic.c2175 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
2180 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
H A Dvmw_pvscsi.c536 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
H A Dstorvsc_drv.c2123 return scsi_change_queue_depth(sdev, queue_depth); in storvsc_change_queue_depth()
/linux/drivers/scsi/snic/
H A Dsnic_main.c73 scsi_change_queue_depth(sdev, qdepth); in snic_slave_configure()
98 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c822 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_device_configure()
826 scsi_change_queue_depth(scsi_dev, 1); in sas_device_configure()
844 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
/linux/drivers/scsi/aacraid/
H A Dlinit.c500 scsi_change_queue_depth(sdev, depth); in aac_slave_configure()
547 return scsi_change_queue_depth(sdev, depth); in aac_change_queue_depth()
549 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit); in aac_change_queue_depth()
551 scsi_change_queue_depth(sdev, 1); in aac_change_queue_depth()
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst153 slave_configure() --> scsi_change_queue_depth()
166 scsi_change_queue_depth() in its slave_configure() routine.
206 slave_configure() [--> scsi_change_queue_depth()]
299 - scsi_change_queue_depth - change the queue depth on a SCSI device
366 * scsi_change_queue_depth - allow LLD to change queue depth on a SCSI device
383 int scsi_change_queue_depth(struct scsi_device *sdev, int tags)
1097 scsi_change_queue_depth().
1140 scsi_change_queue_depth() (or struct Scsi_Host::cmd_per_lun). There will
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c55 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_slave_configure()
433 .change_queue_depth = scsi_change_queue_depth,
/linux/include/scsi/
H A Dscsi_device.h447 extern int scsi_change_queue_depth(struct scsi_device *, int);
/linux/drivers/scsi/fnic/
H A Dfnic_main.c97 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc()
110 .change_queue_depth = scsi_change_queue_depth,
/linux/drivers/scsi/bfa/
H A Dbfad_im.c788 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
880 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c963 .change_queue_depth = scsi_change_queue_depth,
/linux/drivers/target/loopback/
H A Dtcm_loop.c299 .change_queue_depth = scsi_change_queue_depth,
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1325 scsi_change_queue_depth(sdev, in ahc_platform_set_tags()
1335 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
H A Daic79xx_osm.c1455 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 Dlibata-sata.c1288 return scsi_change_queue_depth(sdev, queue_depth); in ata_change_queue_depth()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2660 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_slave_configure()
2955 .change_queue_depth = scsi_change_queue_depth,
/linux/drivers/usb/storage/
H A Duas.c899 scsi_change_queue_depth(sdev, devinfo->qdepth - 2); in uas_device_configure()
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c193 scsi_change_queue_depth(sdev, new_queue_depth); in lpfc_ramp_down_queue_handler()
6361 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
6785 .change_queue_depth = scsi_change_queue_depth,
6812 .change_queue_depth = scsi_change_queue_depth,
/linux/drivers/scsi/esas2r/
H A Desas2r_main.c252 .change_queue_depth = scsi_change_queue_depth,

123