Searched refs:safe_dma_free (Results 1 – 1 of 1) sorted by relevance
104 void safe_dma_free(struct safe_softc *, struct safe_dma_alloc *);253 safe_dma_free(sc, &sc->sc_ringalloc); in safe_attach()265 safe_dma_free(sc, &sc->sc_spalloc); in safe_attach()266 safe_dma_free(sc, &sc->sc_ringalloc); in safe_attach()1149 safe_dma_free(struct safe_softc *sc, struct safe_dma_alloc *dma) in safe_dma_free() function