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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci_platform.c95 if (hpriv->cap & HOST_CAP_NCQ)
H A Dahci.h155 HOST_CAP_NCQ = (1 << 30), /* Native Command Queueing */ enumerator in enum:__anon10738
H A Dlibahci.c401 if ((cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_NO_NCQ)) {
404 cap &= ~HOST_CAP_NCQ;
407 if (!(cap & HOST_CAP_NCQ) && (hpriv->flags & AHCI_HFLAG_YES_NCQ)) {
410 cap |= HOST_CAP_NCQ;
2155 cap & HOST_CAP_NCQ ? "ncq " : "",
H A Dahci.c1141 if (hpriv->cap & HOST_CAP_NCQ) {

Completed in 171 milliseconds