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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dahci.h175 #define AHCI_CAP_SNCQ 0x40000000 macro
H A Dpci_ahci.c2400 sc->cap = AHCI_CAP_64BIT | AHCI_CAP_SNCQ | AHCI_CAP_SSNTF |
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c253 ctlr->caps &= ~AHCI_CAP_SNCQ;
305 (ctlr->caps & AHCI_CAP_SNCQ) ? " NCQ":"",
845 (ch->caps & AHCI_CAP_SNCQ) ? ch->numslots : 0,
2743 if ((ch->caps & AHCI_CAP_SNCQ) &&
2784 if (ch->caps & AHCI_CAP_SNCQ)
H A Dahci.h170 #define AHCI_CAP_SNCQ 0x40000000 macro

Completed in 296 milliseconds