Home
last modified time | relevance | path

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

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