Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dncr53c9x.c718 sc->sc_cmdp = (void *)&ecb->cmd.cmd; in ncr53c9x_select()
720 NCRDMA_SETUP(sc, &sc->sc_cmdp, &sc->sc_cmdlen, 0, in ncr53c9x_select()
777 sc->sc_cmdp = cmd; in ncr53c9x_select()
779 NCRDMA_SETUP(sc, &sc->sc_cmdp, &sc->sc_cmdlen, 0, &dmasize); in ncr53c9x_select()
2747 sc->sc_cmdp = (void *)&ecb->cmd.cmd; in ncr53c9x_intr()
2748 NCRDMA_SETUP(sc, &sc->sc_cmdp, &sc->sc_cmdlen, in ncr53c9x_intr()
Dncr53c9xvar.h328 uint8_t *sc_cmdp; /* Command pointer (for DMAed commands) */ member