Searched refs:change_queue_depth (Results 1 – 25 of 54) sorted by relevance
123
/Linux-v5.10/include/scsi/ |
D | scsi_host.h | 263 int (* change_queue_depth)(struct scsi_device *, int); member
|
/Linux-v5.10/drivers/scsi/ |
D | scsi_sysfs.c | 998 if (!sht->change_queue_depth) in DECLARE_EVT() 1006 retval = sht->change_queue_depth(sdev, depth); in DECLARE_EVT() 1200 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible() 1204 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
|
D | iscsi_tcp.c | 983 .change_queue_depth = scsi_change_queue_depth,
|
D | virtio_scsi.c | 749 .change_queue_depth = virtscsi_change_queue_depth,
|
D | vmw_pvscsi.c | 1026 .change_queue_depth = pvscsi_change_queue_depth,
|
D | storvsc_drv.c | 1840 .change_queue_depth = storvsc_change_queue_depth,
|
D | 3w-sas.c | 1547 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/isci/ |
D | init.c | 161 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v5.10/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 968 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/snic/ |
D | snic_main.c | 126 .change_queue_depth = snic_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/mvsas/ |
D | mv_init.c | 41 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_scsi.c | 433 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/target/loopback/ |
D | tcm_loop.c | 304 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 48 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/fnic/ |
D | fnic_main.c | 119 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/pm8001/ |
D | pm8001_init.c | 96 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v5.10/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-v5.10/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 54 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 89 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/drivers/scsi/esas2r/ |
D | esas2r_main.c | 255 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v5.10/include/linux/ |
D | libata.h | 1420 .change_queue_depth = ata_scsi_change_queue_depth
|
/Linux-v5.10/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1766 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v5.10/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 131 2. Add .change_queue_depth support.
|
/Linux-v5.10/drivers/scsi/aacraid/ |
D | linit.c | 1545 .change_queue_depth = aac_change_queue_depth,
|
123