Searched refs:change_queue_depth (Results  1 – 25 of 59) sorted by relevance
123
| /Linux-v6.6/include/scsi/ | 
| D | scsi_host.h | 283 	int (* change_queue_depth)(struct scsi_device *, int);  member
 | 
| /Linux-v6.6/drivers/scsi/ | 
| D | scsi_sysfs.c | 1031 	if (!sht->change_queue_depth)  in DECLARE_EVT()1039 	retval = sht->change_queue_depth(sdev, depth);  in DECLARE_EVT()
 1260 	    !sdev->host->hostt->change_queue_depth)  in scsi_sdev_attr_is_visible()
 1264 	    !sdev->host->hostt->change_queue_depth)  in scsi_sdev_attr_is_visible()
 
 | 
| D | iscsi_tcp.c | 1076 	.change_queue_depth	= scsi_change_queue_depth,
 | 
| D | virtio_scsi.c | 755 	.change_queue_depth = virtscsi_change_queue_depth,
 | 
| D | vmw_pvscsi.c | 1026 	.change_queue_depth		= pvscsi_change_queue_depth,
 | 
| D | storvsc_drv.c | 1885 	.change_queue_depth =	storvsc_change_queue_depth,
 | 
| /Linux-v6.6/drivers/ata/ | 
| D | ahci.h | 399 	.change_queue_depth     = ata_scsi_change_queue_depth,		\
 | 
| D | sata_sil24.c | 383 	.change_queue_depth	= ata_scsi_change_queue_depth,
 | 
| D | sata_nv.c | 385 	.change_queue_depth     = ata_scsi_change_queue_depth,396 	.change_queue_depth     = ata_scsi_change_queue_depth,
 
 | 
| /Linux-v6.6/drivers/scsi/isci/ | 
| D | init.c | 163 	.change_queue_depth		= sas_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/snic/ | 
| D | snic_main.c | 112 	.change_queue_depth = snic_change_queue_depth,
 | 
| /Linux-v6.6/drivers/infiniband/ulp/iser/ | 
| D | iscsi_iser.c | 963 	.change_queue_depth	= scsi_change_queue_depth,
 | 
| /Linux-v6.6/include/linux/ | 
| D | libata.h | 1430 	.change_queue_depth	= ata_scsi_change_queue_depth1435 	.change_queue_depth	= ata_scsi_change_queue_depth
 
 | 
| /Linux-v6.6/drivers/scsi/mvsas/ | 
| D | mv_init.c | 41 	.change_queue_depth	= sas_change_queue_depth,
 | 
| /Linux-v6.6/drivers/target/loopback/ | 
| D | tcm_loop.c | 299 	.change_queue_depth	= scsi_change_queue_depth,
 | 
| /Linux-v6.6/drivers/s390/scsi/ | 
| D | zfcp_scsi.c | 433 	.change_queue_depth	 = scsi_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/aic94xx/ | 
| D | aic94xx_init.c | 48 	.change_queue_depth	= sas_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/fnic/ | 
| D | fnic_main.c | 107 	.change_queue_depth = scsi_change_queue_depth,
 | 
| /Linux-v6.6/drivers/message/fusion/ | 
| D | mptfc.c | 120 	.change_queue_depth 		= mptscsih_change_queue_depth,
 | 
| D | mptspi.c | 835 	.change_queue_depth 		= mptscsih_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/cxgbi/cxgb3i/ | 
| D | cxgb3i.c | 89 	.change_queue_depth = scsi_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/esas2r/ | 
| D | esas2r_main.c | 252 	.change_queue_depth		= scsi_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/pm8001/ | 
| D | pm8001_init.c | 110 	.change_queue_depth	= sas_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/hisi_sas/ | 
| D | hisi_sas_v1_hw.c | 1747 	.change_queue_depth	= sas_change_queue_depth,
 | 
| /Linux-v6.6/drivers/scsi/qedi/ | 
| D | qedi_iscsi.c | 54 	.change_queue_depth = scsi_change_queue_depth,
 | 
        123