Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_beacon.c882 TAILQ_INSERT_TAIL(&sc->sc_bbuf, bf, bf_list); in ath_beacon_return()
893 TAILQ_FOREACH(bf, &sc->sc_bbuf, bf_list) { in ath_beacon_free()
Dif_ath.c1619 if (needbeacon & TAILQ_EMPTY(&sc->sc_bbuf)) { in ath_vap_create()
1690 avp->av_bcbuf = TAILQ_FIRST(&sc->sc_bbuf); in ath_vap_create()
1691 TAILQ_REMOVE(&sc->sc_bbuf, avp->av_bcbuf, bf_list); in ath_vap_create()
3827 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc()
3843 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free()
5171 struct ath_buf *bf = TAILQ_FIRST(&sc->sc_bbuf); in ath_legacy_tx_drain()
Dif_athvar.h780 ath_bufhead sc_bbuf; /* beacon buffers */ member