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

/freebsd-10.2-release/sys/dev/txp/
H A Dif_txp.c171 static void txp_dma_free(struct txp_softc *, bus_dma_tag_t *, bus_dmamap_t *,
789 txp_dma_free(sc, &sec_tag, &sec_map, (void **)&sec_buf);
1267 txp_dma_free(struct txp_softc *sc, bus_dma_tag_t *tag, bus_dmamap_t *map, function
1650 txp_dma_free(sc, &sc->sc_cdata.txp_txhiring_tag,
1654 txp_dma_free(sc, &sc->sc_cdata.txp_txloring_tag,
1658 txp_dma_free(sc, &sc->sc_cdata.txp_rxhiring_tag,
1662 txp_dma_free(sc, &sc->sc_cdata.txp_rxloring_tag,
1666 txp_dma_free(sc, &sc->sc_cdata.txp_rxbufs_tag,
1669 txp_dma_free(sc, &sc->sc_cdata.txp_cmdring_tag,
1672 txp_dma_free(s
[all...]

Completed in 32 milliseconds