HomeSort by: relevance | last modified time | path
    Searched refs:sc_ncmds (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
ahcisatavar.h 64 int sc_ncmds; /* number of command slots */ member in struct:ahci_softc
ncr5380var.h 192 volatile int sc_ncmds; member in struct:ncr5380_softc
sunscpalvar.h 233 volatile int sc_ncmds; member in struct:sunscpal_softc
ahcisata_core.c 299 sc->sc_ncmds = ((sc->sc_ahci_cap & AHCI_CAP_NCS) >> 8) + 1;
332 sc->sc_ncmds, (sc->sc_ncmds == 1 ? "" : "s"), buf);
412 chp->ch_queue = ata_queue_alloc(sc->sc_ncmds);
418 dmasize = AHCI_CMDTBL_SIZE * sc->sc_ncmds;
469 for (j = 0; j < sc->sc_ncmds; j++) {
570 for (j = 0; j < sc->sc_ncmds; j++)
576 AHCI_CMDTBL_SIZE * sc->sc_ncmds);
745 for (slot = 0; slot < sc->sc_ncmds; slot++) {
sunscpal.c 782 sc->sc_ncmds++;
926 sc->sc_ncmds--;
2009 db_printf("sc_ncmds=%d\n", sc->sc_ncmds);
ncr5380sbc.c 666 sc->sc_ncmds++;
808 sc->sc_ncmds--;
2527 db_printf("sc_ncmds=%d\n", sc->sc_ncmds);

Completed in 17 milliseconds