sys/dev/ic/ath.c
156
static void ath_descdma_cleanup(struct ath_softc *sc,
sys/dev/ic/ath.c
2717
ath_descdma_cleanup(sc, dd, head);
sys/dev/ic/ath.c
2782
ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);
sys/dev/ic/ath.c
2789
ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
sys/dev/ic/ath.c
2790
ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);
sys/dev/ic/ath.c
2801
ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf);
sys/dev/ic/ath.c
2803
ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
sys/dev/ic/ath.c
2805
ath_descdma_cleanup(sc, &sc->sc_rxdma, &sc->sc_rxbuf);