Searched refs:ata_id_queue_depth (Results 1 – 6 of 6) sorted by relevance
40 identifier f !~ "^(ata_id_queue_depth|btrfs_copy_from_user|dma_map_sg|dma_map_sg_attrs|fls|fls64|ga…
104 qdepth = ata_id_queue_depth(ata_dev->id); in asd_set_dmamode()
567 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) macro
1075 max_queue_depth = min(max_queue_depth, ata_id_queue_depth(dev->id)); in ata_change_queue_depth()
1086 depth = min(sdev->host->can_queue, ata_id_queue_depth(dev->id)); in ata_scsi_dev_config()
2325 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq()