hyperv_dma_free
void hyperv_dma_free(bus_dma_tag_t, struct hyperv_dma *);
hyperv_dma_free(sc->sc_dmat, &sc->sc_rx_dma);
hyperv_dma_free(sc->sc_dmat, &txr->txr_dma);
hyperv_dma_free(sc->sc_dmat, &sc->sc_chim_dma);
hyperv_dma_free(sc->sc_dmat, &ch->ch_monprm_dma);
hyperv_dma_free(sc->sc_dmat, &ch->ch_ring_dma);
hyperv_dma_free(sc->sc_dmat, &sc->sc_events_dma);
hyperv_dma_free(sc->sc_dmat, &sc->sc_monitor_dma[i]);
hyperv_dma_free(sc->sc_dmat, &pd->simp_dma);
hyperv_dma_free(sc->sc_dmat, &pd->siep_dma);