Searched refs:sc_bbuf (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_beacon.c | 882 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()
|
H A D | if_ath.c | 1628 if (needbeacon & TAILQ_EMPTY(&sc->sc_bbuf)) { in ath_vap_create() 1699 avp->av_bcbuf = TAILQ_FIRST(&sc->sc_bbuf); in ath_vap_create() 1700 TAILQ_REMOVE(&sc->sc_bbuf, avp->av_bcbuf, bf_list); in ath_vap_create() 3882 error = ath_descdma_setup(sc, &sc->sc_bdma, &sc->sc_bbuf, in ath_desc_alloc() 3898 ath_descdma_cleanup(sc, &sc->sc_bdma, &sc->sc_bbuf); in ath_desc_free() 5231 struct ath_buf *bf = TAILQ_FIRST(&sc->sc_bbuf); in ath_legacy_tx_drain()
|
H A D | if_athvar.h | 779 ath_bufhead sc_bbuf; /* beacon buffers */ member
|