Searched refs:ata_scsi_change_queue_depth (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-sata.c | 1016 * __ata_change_queue_depth - helper for ata_scsi_change_queue_depth 1060 * ata_scsi_change_queue_depth - SCSI callback for queue depth config 1074 int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth) in ata_scsi_change_queue_depth() function 1080 EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth); variable
|
H A D | sata_nv.c | 1918 ata_scsi_change_queue_depth(sdev, 1); in nv_swncq_slave_config()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci.h | 400 .change_queue_depth = ata_scsi_change_queue_depth, \
|
H A D | libata-sata.c | 1102 * ata_scsi_change_queue_depth - SCSI callback for queue depth config 1116 int ata_scsi_change_queue_depth(struct scsi_device *sdev, int queue_depth) in ata_scsi_change_queue_depth() function 1122 EXPORT_SYMBOL_GPL(ata_scsi_change_queue_depth); variable
|
H A D | sata_nv.c | 385 .change_queue_depth = ata_scsi_change_queue_depth, 396 .change_queue_depth = ata_scsi_change_queue_depth, 1909 ata_scsi_change_queue_depth(sdev, 1); in nv_swncq_slave_config()
|
H A D | sata_sil24.c | 383 .change_queue_depth = ata_scsi_change_queue_depth,
|
H A D | sata_mv.c | 674 .change_queue_depth = ata_scsi_change_queue_depth,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | libata.h | 1156 extern int ata_scsi_change_queue_depth(struct scsi_device *sdev, 1430 .change_queue_depth = ata_scsi_change_queue_depth 1435 .change_queue_depth = ata_scsi_change_queue_depth
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libata.h | 1162 extern int ata_scsi_change_queue_depth(struct scsi_device *sdev, 1425 .change_queue_depth = ata_scsi_change_queue_depth
|
Completed in 28 milliseconds