OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 16 14:10:15 GMT 2025