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

/freebsd-current/sys/dev/ath/
H A Dif_ath.c3854 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3865 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3877 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3891 if (sc->sc_txdma.dd_desc_len != 0)
3892 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
H A Dif_athvar.h753 struct ath_descdma sc_txdma; /* TX descriptors */ member in struct:ath_softc
H A Dif_ath_tx.c379 struct ath_descdma *dd = &sc->sc_txdma;

Completed in 171 milliseconds