Searched refs:ATH_BCBUF (Results 1 – 3 of 3) sorted by relevance
244 (ATH_BCBUF - avp->av_bslot) / ATH_BCBUF; in ath_beacon_alloc()478 slot = ((tsftu % ic->ic_lintval) * ATH_BCBUF) / ic->ic_lintval; in ath_beacon_proc()479 vap = sc->sc_bslot[(slot+1) % ATH_BCBUF]; in ath_beacon_proc()489 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath_beacon_proc()999 intval /= ATH_BCBUF; in ath_beacon_config()
74 #define ATH_BCBUF 4 /* number of beacon buffers */ macro796 struct ieee80211vap *sc_bslot[ATH_BCBUF];
150 CTASSERT(ATH_BCBUF <= 8);1518 for (slot = 0; slot < ATH_BCBUF; slot++) in assign_bslot()1520 if (sc->sc_bslot[(slot+1)%ATH_BCBUF] == NULL && in assign_bslot()1521 sc->sc_bslot[(slot-1)%ATH_BCBUF] == NULL) in assign_bslot()3883 "beacon", sc->sc_tx_desclen, ATH_BCBUF, 1); in ath_desc_alloc()