Home
last modified time | relevance | path

Searched refs:scsi_change_queue_depth (Results 1 - 25 of 126) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi.c218 * scsi_change_queue_depth - change a device's queue depth
224 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function
236 EXPORT_SYMBOL(scsi_change_queue_depth); variable
279 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
H A 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()
H A Discsi_tcp.c1021 .change_queue_depth = scsi_change_queue_depth,
H A Dvirtio_scsi.c690 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi.c211 * scsi_change_queue_depth - change a device's queue depth
217 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function
233 EXPORT_SYMBOL(scsi_change_queue_depth); variable
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 Dvirtio_scsi.c696 return scsi_change_queue_depth(sdev, min(max_depth, qdepth)); in virtscsi_change_queue_depth()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_scsi_host.c821 scsi_change_queue_depth(scsi_dev, SAS_DEF_QD); in sas_slave_configure()
825 scsi_change_queue_depth(scsi_dev, 1); in sas_slave_configure()
843 return scsi_change_queue_depth(sdev, depth); in sas_change_queue_depth()
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_device.h400 extern int scsi_change_queue_depth(struct scsi_device *, int);
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_device.h447 extern int scsi_change_queue_depth(struct scsi_device *, int);
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_main.c106 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc()
119 .change_queue_depth = scsi_change_queue_depth,
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A 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()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad_im.c789 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()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_main.c94 scsi_change_queue_depth(sdev, fnic_max_qdepth); in fnic_slave_alloc()
107 .change_queue_depth = scsi_change_queue_depth,
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/
H A Discsi_iser.c969 .change_queue_depth = scsi_change_queue_depth,
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/
H A Discsi_iser.c963 .change_queue_depth = scsi_change_queue_depth,
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-sata.c1055 return scsi_change_queue_depth(sdev, queue_depth); in __ata_change_queue_depth()
/kernel/linux/linux-5.10/drivers/target/loopback/
H A Dtcm_loop.c304 .change_queue_depth = scsi_change_queue_depth,

Completed in 38 milliseconds

123456