Searched refs:txs_dmamap (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/bm/
H A Dif_bmvar.h51 bus_dmamap_t txs_dmamap; /* our DMA map */ member in struct:bm_txsoft
H A Dif_bm.c394 error = bus_dmamap_create(sc->sc_tdma_tag, 0, &txs->txs_dmamap);
666 bus_dmamap_unload(sc->sc_tdma_tag, txs->txs_dmamap);
792 error = bus_dmamap_load_mbuf_sg(sc->sc_tdma_tag, txs->txs_dmamap,
805 txs->txs_dmamap, *m_head, segs, &nsegs, BUS_DMA_NOWAIT);
1042 bus_dmamap_sync(sc->sc_tdma_tag, txs->txs_dmamap,
1044 bus_dmamap_unload(sc->sc_tdma_tag, txs->txs_dmamap);
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dif_glcreg.h42 bus_dmamap_t txs_dmamap; /* our DMA map */ member in struct:glc_txsoft
H A Dif_glc.c231 err = bus_dmamap_create(sc->sc_txdma_tag, 0, &txs->txs_dmamap);
325 bus_dmamap_unload(sc->sc_txdma_tag, txs->txs_dmamap);
642 err = bus_dmamap_load_mbuf_sg(sc->sc_txdma_tag, txs->txs_dmamap,
699 bus_dmamap_sync(sc->sc_txdma_tag, txs->txs_dmamap,
800 bus_dmamap_unload(sc->sc_txdma_tag, txs->txs_dmamap);
/freebsd-10.0-release/sys/dev/cas/
H A Dif_cas.c293 &txs->txs_dmamap)) != 0) {
452 if (sc->sc_txsoft[i].txs_dmamap != NULL)
454 sc->sc_txsoft[i].txs_dmamap);
507 if (sc->sc_txsoft[i].txs_dmamap != NULL)
509 sc->sc_txsoft[i].txs_dmamap);
744 bus_dmamap_sync(sc->sc_tdmatag, txs->txs_dmamap,
746 bus_dmamap_unload(sc->sc_tdmatag, txs->txs_dmamap);
1227 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, txs->txs_dmamap,
1238 txs->txs_dmamap, *m_head, txsegs, &nsegs,
1264 bus_dmamap_unload(sc->sc_tdmatag, txs->txs_dmamap);
[all...]
H A Dif_casvar.h106 bus_dmamap_t txs_dmamap; /* our DMA map */ member in struct:cas_txsoft
/freebsd-10.0-release/sys/dev/gem/
H A Dif_gem.c248 &txs->txs_dmamap)) != 0) {
402 if (sc->sc_txsoft[i].txs_dmamap != NULL)
404 sc->sc_txsoft[i].txs_dmamap);
444 if (sc->sc_txsoft[i].txs_dmamap != NULL)
446 sc->sc_txsoft[i].txs_dmamap);
680 bus_dmamap_sync(sc->sc_tdmatag, txs->txs_dmamap,
682 bus_dmamap_unload(sc->sc_tdmatag, txs->txs_dmamap);
1143 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, txs->txs_dmamap,
1154 txs->txs_dmamap, *m_head, txsegs, &nsegs,
1180 bus_dmamap_unload(sc->sc_tdmatag, txs->txs_dmamap);
[all...]
H A Dif_gemvar.h85 bus_dmamap_t txs_dmamap; /* our DMA map */ member in struct:gem_txsoft

Completed in 168 milliseconds