Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath.c3874 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc()
3889 if (sc->sc_bdma.dd_desc_len != 0) in ath_desc_free()
3890 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free()
H A Dif_athvar.h778 struct ath_descdma sc_bdma; /* beacon descriptors */ member