Searched refs:sc_dma_cmd (Results 1 – 2 of 2) sorted by relevance
1051 txbd->phyaddr = LE_32(sc->sc_dma_cmd.dr_pbase); in ipw2100_cmd()1059 (void) ddi_dma_sync(sc->sc_dma_cmd.dr_hnd, 0, in ipw2100_cmd()1511 sc->sc_dma_cmd.dr_name = "ipw2100-cmd"; in ipw2100_ring_alloc()1512 err = ipw2100_dma_region_alloc(sc, &sc->sc_dma_cmd, IPW2100_CMD_SIZE, in ipw2100_ring_alloc()1565 ipw2100_dma_region_free(&sc->sc_dma_cmd); in ipw2100_ring_free()1603 sc->sc_cmd = (struct ipw2100_cmd *)sc->sc_dma_cmd.dr_base; in ipw2100_ring_reset()
152 struct dma_region sc_dma_cmd; /* command */ member