Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/hme/
Dif_hme.c298 &sc->sc_rb.rb_txdesc[tdesc].htx_dmamap); in hme_config()
378 sc->sc_rb.rb_txdesc[i].htx_dmamap); in hme_config()
418 sc->sc_rb.rb_txdesc[i].htx_dmamap); in hme_detach()
661 bus_dmamap_sync(sc->sc_tdmatag, td->htx_dmamap, in hme_meminit()
663 bus_dmamap_unload(sc->sc_tdmatag, td->htx_dmamap); in hme_meminit()
978 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, htx->htx_dmamap, in hme_load_txmbuf()
988 error = bus_dmamap_load_mbuf_sg(sc->sc_tdmatag, htx->htx_dmamap, in hme_load_txmbuf()
1006 bus_dmamap_unload(sc->sc_tdmatag, htx->htx_dmamap); in hme_load_txmbuf()
1010 bus_dmamap_sync(sc->sc_tdmatag, htx->htx_dmamap, BUS_DMASYNC_PREWRITE); in hme_load_txmbuf()
1191 bus_dmamap_sync(sc->sc_tdmatag, htx->htx_dmamap, in hme_tint()
[all …]
Dif_hmevar.h70 bus_dmamap_t htx_dmamap; member