Searched refs:change_queue_depth (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/drivers/scsi/ |
D | scsi_sysfs.c | 949 if (!sht->change_queue_depth) in DECLARE_EVT() 957 retval = sht->change_queue_depth(sdev, depth); in DECLARE_EVT() 1151 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible() 1155 !sdev->host->hostt->change_queue_depth) in scsi_sdev_attr_is_visible()
|
D | iscsi_tcp.c | 973 .change_queue_depth = scsi_change_queue_depth,
|
D | virtio_scsi.c | 743 .change_queue_depth = virtscsi_change_queue_depth,
|
D | vmw_pvscsi.c | 1011 .change_queue_depth = pvscsi_change_queue_depth,
|
D | 3w-sas.c | 1544 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/include/scsi/ |
D | scsi_host.h | 264 int (* change_queue_depth)(struct scsi_device *, int); member
|
/Linux-v4.19/drivers/scsi/isci/ |
D | init.c | 160 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/snic/ |
D | snic_main.c | 126 .change_queue_depth = snic_change_queue_depth,
|
/Linux-v4.19/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 992 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_scsi.c | 414 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/mvsas/ |
D | mv_init.c | 56 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v4.19/drivers/target/loopback/ |
D | tcm_loop.c | 318 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 65 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_main.c | 114 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/pm8001/ |
D | pm8001_init.c | 81 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v4.19/drivers/message/fusion/ |
D | mptfc.c | 120 .change_queue_depth = mptscsih_change_queue_depth,
|
D | mptspi.c | 840 .change_queue_depth = mptscsih_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/esas2r/ |
D | esas2r_main.c | 256 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 89 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 57 .change_queue_depth = scsi_change_queue_depth,
|
/Linux-v4.19/include/linux/ |
D | libata.h | 1373 .change_queue_depth = ata_scsi_change_queue_depth
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 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/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1810 .change_queue_depth = sas_change_queue_depth,
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | linit.c | 1526 .change_queue_depth = aac_change_queue_depth,
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 131 2. Add .change_queue_depth support.
|
123