Searched refs:sc_cmds (Results 1 – 2 of 2) sorted by relevance
61 void *sc_cmds; member
120 bus_dmamem_unmap(sc->dmat, sc->sc_cmds, in twe_dispose()151 (caddr_t *)&sc->sc_cmds, BUS_DMA_NOWAIT); in twe_attach()167 error = bus_dmamap_load(sc->dmat, sc->sc_cmdmap, sc->sc_cmds, in twe_attach()186 for (cmd = (struct twe_cmd *)sc->sc_cmds + TWE_MAXCMDS - 1; in twe_attach()187 cmd >= (struct twe_cmd *)sc->sc_cmds; cmd--, pa -= sizeof(*cmd)) { in twe_attach()189 cmd->cmd_index = cmd - (struct twe_cmd *)sc->sc_cmds; in twe_attach()