Home
last modified time | relevance | path

Searched refs:sc_ncmds (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dahcivar.h129 u_int sc_ncmds; member
Dahci.c195 sc->sc_ncmds = AHCI_REG_CAP_NCS(sc->sc_cap); in ahci_attach()
217 AHCI_REG_CAP_NP(sc->sc_cap), sc->sc_ncmds, gen); in ahci_attach()
268 sc->sc_ncmds = max(2, sc->sc_ncmds); in ahci_attach()
315 aaa.aaa_ncmds = sc->sc_ncmds - 1; in ahci_attach()
317 sc->sc_ncmds > 2 && in ahci_attach()
573 ap->ap_ccbs = mallocarray(sc->sc_ncmds, sizeof(struct ahci_ccb), in ahci_port_alloc()
583 sc->sc_ncmds * sizeof(struct ahci_cmd_hdr)); in ahci_port_alloc()
585 sc->sc_ncmds * sizeof(struct ahci_cmd_table)); in ahci_port_alloc()
601 for (i = 0; i < sc->sc_ncmds; i++) { in ahci_port_alloc()
630 ap->ap_ccb_err = &ap->ap_ccbs[sc->sc_ncmds - 1]; in ahci_port_alloc()
[all …]