txp_dma_free
txp_dma_free(sc, &sc->sc_zero_dma);
txp_dma_free(sc, &sc->sc_rxbufring_dma);
txp_dma_free(sc, &sc->sc_rspring_dma);
txp_dma_free(sc, &sc->sc_cmdring_dma);
txp_dma_free(sc, &sc->sc_rxloring_dma);
txp_dma_free(sc, &sc->sc_rxhiring_dma);
txp_dma_free(sc, &sc->sc_txloring_dma);
txp_dma_free(sc, &sc->sc_txhiring_dma);
txp_dma_free(sc, &sc->sc_host_dma);
txp_dma_free(sc, &sc->sc_boot_dma);
txp_dma_free(sc, &dma);
void txp_dma_free(struct txp_softc *, struct txp_dma_alloc *);