HomeSort by: relevance | last modified time | path
    Searched refs:sc_txdma (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/next68k/dev/
if_xevar.h 34 struct nextdma_softc *sc_txdma; member in struct:xe_softc
if_xe.c 156 if (!xsc->sc_txdma) {
157 xsc->sc_txdma = nextdma_findchannel ("enetx");
158 if (xsc->sc_txdma == NULL)
169 device_xname(xsc->sc_txdma->sc_dev),
177 nextdma_setconf (xsc->sc_txdma, continue_cb, xe_dma_tx_continue);
178 nextdma_setconf (xsc->sc_txdma, completed_cb, xe_dma_tx_completed);
179 nextdma_setconf (xsc->sc_txdma, shutdown_cb, xe_dma_tx_shutdown);
180 nextdma_setconf (xsc->sc_txdma, cb_arg, sc);
183 error = bus_dmamap_create(xsc->sc_txdma->sc_dmat, MCLBYTES,
261 xsc->sc_txdma = nextdma_findchannel("enetx")
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_i2s.h 45 struct pxa2x0_i2s_dma *sc_txdma; member in struct:pxa2x0_i2s_softc
pxa2x0_i2s.c 286 if (sc->sc_txdma) {
287 pxa2x0_dmac_abort_xfer(sc->sc_txdma->dx);
288 sc->sc_txdma = NULL;
315 if (sc->sc_txdma)
332 sc->sc_txdma = p;
412 if (sc->sc_txdma == NULL) {
415 if (sc->sc_txdma->dx != dx) {
418 sc->sc_txdma = NULL;
pxa2x0_ac97.c 92 struct acu_dma *sc_txdma; member in struct:acu_softc
726 if (sc->sc_txdma) {
729 pxa2x0_dmac_abort_xfer(sc->sc_txdma->ad_dx);
730 sc->sc_txdma = NULL;
758 if (sc->sc_txdma)
771 sc->sc_txdma = ad;
868 if ((ad = sc->sc_txdma) == NULL)
  /src/sys/arch/macppc/dev/
if_mcvar.h 92 dbdma_regmap_t *sc_txdma; member in struct:mc_softc
if_mc.c 122 sc->sc_txdma = mapiodev(reg[2], reg[3], false);
170 dbdma_reset(sc->sc_txdma);
220 dbdma_start(sc->sc_txdma, sc->sc_txdmacmd);
334 dbdma_regmap_t *dmareg = sc->sc_txdma;
if_bm.c 85 dbdma_regmap_t *sc_txdma; member in struct:bmac_softc
216 sc->sc_txdma = mapiodev(ca->ca_reg[2], PAGE_SIZE, false);
275 dbdma_reset(sc->sc_txdma);
407 dbdma_reset(sc->sc_txdma);
548 dbdma_stop(sc->sc_txdma);
605 dbdma_start(sc->sc_txdma, sc->sc_txcmd);
  /src/sys/dev/ic/
athvar.h 275 struct ath_descdma sc_txdma; /* TX descriptors */ member in struct:ath_softc
ath.c 2779 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
2789 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
2802 if (sc->sc_txdma.dd_desc_len != 0)
2803 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);

Completed in 19 milliseconds