Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dlibata-core.c2260 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); in ata_dev_config_ncq() local
2273 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE); in ata_dev_config_ncq()
2294 if (hdepth >= ddepth) in ata_dev_config_ncq()
2297 snprintf(desc, desc_sz, "NCQ (depth %d/%d)%s", hdepth, in ata_dev_config_ncq()