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.c3818 error = ath_descdma_setup(sc, &sc->sc_txdma, &sc->sc_txbuf,
3829 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3841 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
3855 if (sc->sc_txdma.dd_desc_len != 0)
3856 ath_descdma_cleanup(sc, &sc->sc_txdma, &sc->sc_txbuf);
H A Dif_athvar.h754 struct ath_descdma sc_txdma; /* TX descriptors */ member in struct:ath_softc
H A Dif_ath_tx.c381 struct ath_descdma *dd = &sc->sc_txdma;

Completed in 184 milliseconds