Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3862 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf, in ath_desc_alloc()
3873 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3885 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf); in ath_desc_alloc()
3899 if (sc->sc_txdma.dd_desc_len != 0) in ath_desc_free()
3900 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()