Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlibata.h1230 extern int ata_scsi_change_queue_depth(struct scsi_device *sdev,
1510 .change_queue_depth = ata_scsi_change_queue_depth
1515 .change_queue_depth = ata_scsi_change_queue_depth
/linux/drivers/ata/
H A Dlibata-sata.c1341 int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth) in ata_scsi_change_queue_depth() function
1347 EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth);
H A Dsata_mv.c674 .change_queue_depth = ata_scsi_change_queue_depth,