Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/
HDif_ath.c3805 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf, in ath_desc_alloc()
3816 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3828 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3842 if (sc->sc_txdma.dd_desc_len != 0) in ath_desc_free()
3843 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_free()
HDif_athvar.h752 struct ath_descdma sc_txdma; /* TX descriptors */ member
HDif_ath_tx.c379 struct ath_descdma *dd = &sc->sc_txdma; in ath_tx_chaindesclist()