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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dahci.h173 #define AHCI_CAP_SNCQ 0x40000000 macro
H A Dpci_ahci.c2402 sc->cap = AHCI_CAP_64BIT | AHCI_CAP_SNCQ | AHCI_CAP_SSNTF |
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.h170 #define AHCI_CAP_SNCQ 0x40000000 macro
H A Dahci.c214 ctlr->caps &= ~AHCI_CAP_SNCQ;
268 (ctlr->caps & AHCI_CAP_SNCQ) ? " NCQ":"",
715 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0,
2584 if ((ch->caps & AHCI_CAP_SNCQ) &&
2625 if (ch->caps & AHCI_CAP_SNCQ)

Completed in 91 milliseconds