| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 143 sdev_configure() --> scsi_change_queue_depth() 156 中调用scsi_change_queue_depth()。 191 sdev_configure() [--> scsi_change_queue_depth()] 271 - scsi_change_queue_depth - 调整SCSI设备队列深度 335 * scsi_change_queue_depth - 调整SCSI设备队列深度 352 int scsi_change_queue_depth(struct scsi_device *sdev, int tags) 1010 此值可通过LLD调用scsi_change_queue_depth()进行 1038 scsi_change_queue_depth()(或struct Scsi_Host::cmd_per_lun)
|
| /linux/drivers/scsi/ |
| H A D | scsi.c | 217 int scsi_change_queue_depth(struct scsi_device *sdev, int depth) in scsi_change_queue_depth() function 236 EXPORT_SYMBOL(scsi_change_queue_depth); 283 return scsi_change_queue_depth(sdev, depth); in scsi_track_queue_full()
|
| H A D | 53c700.c | 918 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_sdev_configure() 2066 return scsi_change_queue_depth(SDp, depth); in NCR_700_change_queue_depth()
|
| H A D | scsi_scan.c | 366 scsi_change_queue_depth(sdev, depth); in scsi_alloc_sdev()
|
| H A D | vmw_pvscsi.c | 536 return scsi_change_queue_depth(sdev, qdepth); in pvscsi_change_queue_depth()
|
| H A D | storvsc_drv.c | 2145 return scsi_change_queue_depth(sdev, queue_depth); in storvsc_change_queue_depth()
|
| H A D | 3w-sas.c | 1543 .change_queue_depth = scsi_change_queue_depth,
|
| H A D | scsi_error.c | 786 scsi_change_queue_depth(tmp_sdev, tmp_sdev->queue_depth + 1); in scsi_handle_queue_ramp_up()
|
| /linux/drivers/scsi/snic/ |
| H A D | snic_main.c | 73 scsi_change_queue_depth(sdev, qdepth); in snic_sdev_configure() 98 scsi_change_queue_depth(sdev, qsz); in snic_change_queue_depth()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | linit.c | 502 scsi_change_queue_depth(sdev, depth); in aac_sdev_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/drivers/s390/scsi/ |
| H A D | zfcp_scsi.c | 55 scsi_change_queue_depth(sdp, default_depth); in zfcp_scsi_sdev_configure() 433 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfad_im.c | 790 scsi_change_queue_depth(sdev, bfa_lun_queue_depth); in bfad_im_sdev_configure() 882 scsi_change_queue_depth(tmp_sdev, in bfad_ramp_up_qdepth()
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iscsi_iser.c | 959 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_osm.c | 1325 scsi_change_queue_depth(sdev, in ahc_platform_set_tags() 1335 scsi_change_queue_depth(sdev, 2); in ahc_platform_set_tags()
|
| H A D | aic79xx_osm.c | 1455 scsi_change_queue_depth(sdev, in ahd_platform_set_tags() 1465 scsi_change_queue_depth(sdev, 1); in ahd_platform_set_tags()
|
| /linux/drivers/target/loopback/ |
| H A D | tcm_loop.c | 341 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 2657 scsi_change_queue_depth(sdev, bnx2fc_queue_depth); in bnx2fc_sdev_configure() 2952 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 89 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 251 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_fcp.c | 2239 scsi_change_queue_depth(sdev, FC_FCP_DFLT_QUEUE_DEPTH); in fc_sdev_init()
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 54 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 989 scsi_change_queue_depth(sdev, qedf_queue_depth); in qedf_sdev_configure() 1011 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | bnx2i_iscsi.c | 2262 .change_queue_depth = scsi_change_queue_depth,
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 2243 scsi_change_queue_depth(sdev, csio_lun_qdepth); in csio_sdev_configure()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 273 .change_queue_depth = scsi_change_queue_depth,
|