Searched refs:sc_bdma (Results 1 – 2 of 2) sorted by relevance
3882 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc()3897 if (sc->sc_bdma.dd_desc_len != 0) in ath_desc_free()3898 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free()
778 struct ath_descdma sc_bdma; /* beacon descriptors */ member