Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c3812 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3823 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3835 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3849 if (sc->sc_txdma.dd_desc_len != 0)
3850 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
H A Dif_ath_tx.c389 struct ath_descdma *dd = &sc->sc_txdma; in ath_tx_chaindesclist()
H A Dif_athvar.h778 struct ath_descdma sc_txdma; /* TX descriptors */ member