Searched refs:sc_bbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/ath/ |
| HD | if_ath_beacon.c | 880 TAILQ_INSERT_TAIL(&sc->sc_bbuf, bf, bf_list); in ath_beacon_return() 891 TAILQ_FOREACH(bf, &sc->sc_bbuf, bf_list) { in ath_beacon_free()
|
| HD | if_ath.c | 1617 if (needbeacon & TAILQ_EMPTY(&sc->sc_bbuf)) { in ath_vap_create() 1688 avp->av_bcbuf = TAILQ_FIRST(&sc->sc_bbuf); in ath_vap_create() 1689 TAILQ_REMOVE(&sc->sc_bbuf, avp->av_bcbuf, bf_list); in ath_vap_create() 3825 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc() 3841 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free() 5169 struct ath_buf *bf = TAILQ_FIRST(&sc->sc_bbuf); in ath_legacy_tx_drain()
|
| HD | if_athvar.h | 778 ath_bufhead sc_bbuf; /* beacon buffers */ member
|