Searched refs:ata_id_queue_depth (Results 1 – 5 of 5) 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()
558 #define ata_id_queue_depth(id) (((id)[ATA_ID_QUEUE_DEPTH] & 0x1f) + 1) macro
1301 depth = min(sdev->host->can_queue, ata_id_queue_depth(dev->id)); in ata_scsi_dev_config()1412 queue_depth = min(queue_depth, ata_id_queue_depth(dev->id)); in __ata_change_queue_depth()
2260 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq()