Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dlibata-core.c2327 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq() local
2349 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE); in ata_dev_config_ncq()
2370 if (hdepth >= ddepth) in ata_dev_config_ncq()
2373 snprintf(desc, desc_sz, "NCQ (depth %d/%d)%s", hdepth, in ata_dev_config_ncq()