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

/freebsd-current/usr.sbin/bhyve/
H A Dahci.h173 #define AHCI_CAP_SNCQ 0x40000000 macro
H A Dpci_ahci.c2536 sc->cap = AHCI_CAP_64BIT | AHCI_CAP_SNCQ | AHCI_CAP_SSNTF |
/freebsd-current/sys/dev/ahci/
H A Dahci.h170 #define AHCI_CAP_SNCQ 0x40000000 macro
H A Dahci.c271 ctlr->caps &= ~AHCI_CAP_SNCQ;
324 (ctlr->caps & AHCI_CAP_SNCQ) ? " NCQ":"",
897 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0,
2807 if ((ch->caps & AHCI_CAP_SNCQ) &&
2848 if (ch->caps & AHCI_CAP_SNCQ)

Completed in 121 milliseconds