Home
last modified time | relevance | path

Searched refs:sc_txsdma (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tx_edma.c675 error = ath_descdma_alloc_desc(sc, &sc->sc_txsdma, in ath_edma_dma_txsetup()
681 (void *) sc->sc_txsdma.dd_desc, in ath_edma_dma_txsetup()
682 sc->sc_txsdma.dd_desc_paddr, in ath_edma_dma_txsetup()
701 ath_descdma_cleanup(sc, &sc->sc_txsdma, NULL); in ath_edma_dma_txteardown()
H A Dif_athvar.h759 struct ath_descdma sc_txsdma; /* EDMA TX status desc's */ member