Searched refs:sas_change_queue_depth (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/include/scsi/ |
D | libsas.h | 702 extern int sas_change_queue_depth(struct scsi_device *, int new_depth);
|
/linux-6.1.9/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 870 int sas_change_queue_depth(struct scsi_device *sdev, int depth) in sas_change_queue_depth() function 882 EXPORT_SYMBOL_GPL(sas_change_queue_depth);
|
/linux-6.1.9/drivers/scsi/isci/ |
D | init.c | 163 .change_queue_depth = sas_change_queue_depth,
|
/linux-6.1.9/drivers/scsi/mvsas/ |
D | mv_init.c | 41 .change_queue_depth = sas_change_queue_depth,
|
/linux-6.1.9/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 48 .change_queue_depth = sas_change_queue_depth,
|
/linux-6.1.9/drivers/scsi/pm8001/ |
D | pm8001_init.c | 109 .change_queue_depth = sas_change_queue_depth,
|
/linux-6.1.9/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1748 .change_queue_depth = sas_change_queue_depth,
|
D | hisi_sas_main.c | 833 sas_change_queue_depth(sdev, 64); in hisi_sas_slave_configure()
|
D | hisi_sas_v2_hw.c | 3564 .change_queue_depth = sas_change_queue_depth,
|
D | hisi_sas_v3_hw.c | 3183 .change_queue_depth = sas_change_queue_depth,
|