Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c3832 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf,
3847 if (sc->sc_bdma.dd_desc_len != 0)
3848 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf);
H A Dif_athvar.h811 struct ath_descdma sc_bdma; /* beacon descriptors */ member