Home
last modified time | relevance | path

Searched refs:sas_change_queue_depth (Results 1 – 3 of 3) sorted by relevance

/linux/include/scsi/
H A Dlibsas.h687 extern int sas_change_queue_depth(struct scsi_device *, int new_depth);
736 .change_queue_depth = sas_change_queue_depth, \
/linux/drivers/scsi/libsas/
H A Dsas_scsi_host.c834 int sas_change_queue_depth(struct scsi_device *sdev, int depth) in sas_change_queue_depth() function
845 EXPORT_SYMBOL_GPL(sas_change_queue_depth);
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c911 sas_change_queue_depth(sdev, HISI_SAS_BLK_QUEUE_DEPTH); in hisi_sas_sdev_configure()