Searched refs:ddepth (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
1795 if (hdepth >= ddepth)
1796 snprintf(desc, desc_sz, "NCQ (depth %d)", ddepth);
1798 snprintf(desc, desc_sz, "NCQ (depth %d/%d)", hdepth, ddepth);

Completed in 64 milliseconds