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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c1780 int hdepth = 0, ddepth = ata_id_queue_depth(dev->id); local
1791 hdepth = min(ap->scsi_host->can_queue, ATA_MAX_QUEUE - 1);
1795 if (hdepth >= ddepth)
1798 snprintf(desc, desc_sz, "NCQ (depth %d/%d)", hdepth, ddepth);

Completed in 58 milliseconds