Home
last modified time | relevance | path

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

123

/Linux-v5.10/drivers/scsi/
Dscsi.c224 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function
236 EXPORT_SYMBOL(scsi_change_queue_depth);
279 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
D53c700.c918 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message()
2045 scsi_change_queue_depth(SDp, NCR_700_DEFAULT_TAGS); in NCR_700_slave_configure()
2072 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
Discsi_tcp.c983 .change_queue_depth = scsi_change_queue_depth,
Dvirtio_scsi.c690 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
Dscsi_scan.c279 scsi_change_queue_depth(sdev, sdev->host->cmd_per_lun ? in scsi_alloc_sdev()
Dvmw_pvscsi.c538 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
Dstorvsc_drv.c2064 return scsi_change_queue_depth(sdev, queue_depth); in storvsc_change_queue_depth()
DBusLogic.c2326 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
2331 scsi_change_queue_depth(dev, qdepth); in blogic_slaveconfig()
Dscsi_error.c678 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1); in scsi_handle_queue_ramp_up()
/Linux-v5.10/drivers/scsi/libsas/
Dsas_scsi_host.c852 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_slave_configure()
856 scsi_change_queue_depth(scsi_dev, 1); in sas_slave_configure()
873 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
/Linux-v5.10/drivers/scsi/snic/
Dsnic_main.c87 scsi_change_queue_depth(sdev, qdepth); in snic_slave_configure()
112 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
/Linux-v5.10/drivers/scsi/aacraid/
Dlinit.c502 scsi_change_queue_depth(sdev, depth); in aac_slave_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-v5.10/Documentation/scsi/
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().
1144 scsi_change_queue_depth() (or struct Scsi_Host::cmd_per_lun). There will
/Linux-v5.10/drivers/s390/scsi/
Dzfcp_scsi.c55 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_slave_configure()
433 .change_queue_depth = scsi_change_queue_depth,
/Linux-v5.10/include/scsi/
Dscsi_device.h399 extern int scsi_change_queue_depth(struct scsi_device *, int);
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_main.c106 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc()
119 .change_queue_depth = scsi_change_queue_depth,
/Linux-v5.10/drivers/scsi/bfa/
Dbfad_im.c791 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
881 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
/Linux-v5.10/drivers/infiniband/ulp/iser/
Discsi_iser.c968 .change_queue_depth = scsi_change_queue_depth,
/Linux-v5.10/drivers/ata/
Dlibata-sata.c1042 return scsi_change_queue_depth(sdev, queue_depth); in __ata_change_queue_depth()
/Linux-v5.10/drivers/target/loopback/
Dtcm_loop.c304 .change_queue_depth = scsi_change_queue_depth,
/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_osm.c1318 scsi_change_queue_depth(sdev, in ahc_platform_set_tags()
1328 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
Daic79xx_osm.c1456 scsi_change_queue_depth(sdev, in ahd_platform_set_tags()
1466 scsi_change_queue_depth(sdev, 1); in ahd_platform_set_tags()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2676 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_slave_configure()
2970 .change_queue_depth = scsi_change_queue_depth,
/Linux-v5.10/drivers/usb/storage/
Duas.c896 scsi_change_queue_depth(sdev, devinfo->qdepth - 2); in uas_slave_configure()
/Linux-v5.10/drivers/scsi/qedi/
Dqedi_iscsi.c54 .change_queue_depth = scsi_change_queue_depth,

123