Searched refs:sc_txdma (Results 1 – 3 of 3) sorted by relevance
3854 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()
753 struct ath_descdma sc_txdma; /* TX descriptors */ member
379 struct ath_descdma *dd = &sc->sc_txdma; in ath_tx_chaindesclist()