Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/scsi/
Dscsi.c258 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function
270 EXPORT_SYMBOL(scsi_change_queue_depth);
313 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
D53c700.c903 scsi_change_queue_depth(SCp->device, host->cmd_per_lun); in process_message()
2041 scsi_change_queue_depth(SDp, NCR_700_DEFAULT_TAGS); in NCR_700_slave_configure()
2068 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
Discsi_tcp.c973 .change_queue_depth = scsi_change_queue_depth,
Dvirtio_scsi.c669 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
Dscsi_scan.c288 scsi_change_queue_depth(sdev, sdev->host->cmd_per_lun ? in scsi_alloc_sdev()
Dvmw_pvscsi.c527 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()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_scsi_host.c876 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_slave_configure()
881 scsi_change_queue_depth(scsi_dev, 1); in sas_slave_configure()
898 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
/Linux-v4.19/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-v4.19/drivers/s390/scsi/
Dzfcp_scsi.c51 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_slave_configure()
414 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/scsi/aacraid/
Dlinit.c507 scsi_change_queue_depth(sdev, depth); in aac_slave_configure()
554 return scsi_change_queue_depth(sdev, depth); in aac_change_queue_depth()
556 scsi_change_queue_depth(sdev, aac->hba_map[chn][tid].qd_limit); in aac_change_queue_depth()
558 scsi_change_queue_depth(sdev, 1); in aac_change_queue_depth()
/Linux-v4.19/Documentation/scsi/
Dscsi_mid_low_api.txt150 slave_configure() --> scsi_change_queue_depth()
160 scsi_change_queue_depth() in its slave_configure() routine.
204 slave_configure() [--> scsi_change_queue_depth()]
296 scsi_change_queue_depth - change the queue depth on a SCSI device
364 * scsi_change_queue_depth - allow LLD to change queue depth on a SCSI device
381 int scsi_change_queue_depth(struct scsi_device *sdev, int tags)
1097 scsi_change_queue_depth().
1137 scsi_change_queue_depth() (or struct Scsi_Host::cmd_per_lun). There will
/Linux-v4.19/include/scsi/
Dscsi_device.h389 extern int scsi_change_queue_depth(struct scsi_device *, int);
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_main.c101 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc()
114 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/scsi/bfa/
Dbfad_im.c799 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_slave_configure()
891 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
/Linux-v4.19/drivers/infiniband/ulp/iser/
Discsi_iser.c992 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c333 scsi_change_queue_depth(sdev, new_queue_depth); in lpfc_ramp_down_queue_handler()
5626 scsi_change_queue_depth(sdev, vport->cfg_lun_queue_depth); in lpfc_slave_configure()
6058 .change_queue_depth = scsi_change_queue_depth,
6085 .change_queue_depth = scsi_change_queue_depth,
6109 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/target/loopback/
Dtcm_loop.c318 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/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-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2683 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_slave_configure()
2977 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/usb/storage/
Duas.c866 scsi_change_queue_depth(sdev, devinfo->qdepth - 2); in uas_slave_configure()
/Linux-v4.19/drivers/scsi/esas2r/
Desas2r_main.c256 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c89 .change_queue_depth = scsi_change_queue_depth,
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_iscsi.c57 .change_queue_depth = scsi_change_queue_depth,

123