Searched refs:ATH_BCBUF (Results 1 – 6 of 6) sorted by relevance
204 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath9k_beacon_assign_slot()251 int first_slot = ATH_BCBUF; in ath9k_beacon_ensure_primary_slot()257 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath9k_beacon_ensure_primary_slot()267 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath9k_beacon_ensure_primary_slot()268 if (slot + first_slot < ATH_BCBUF) { in ath9k_beacon_ensure_primary_slot()325 tsftu = TSF_TO_TU((tsf * ATH_BCBUF) >>32, tsf * ATH_BCBUF); in ath9k_beacon_choose_slot()326 slot = (tsftu % (intval * ATH_BCBUF)) / intval; in ath9k_beacon_choose_slot()329 slot, tsf, tsftu / ATH_BCBUF); in ath9k_beacon_choose_slot()341 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath9k_set_tsfadjust()355 tsfadjust = -TU_TO_USEC(tsfadjust) / ATH_BCBUF; in ath9k_set_tsfadjust()[all …]
690 #define ATH_BCBUF 8 macro706 struct ieee80211_vif *bslot[ATH_BCBUF];
2407 sc->cur_chan->beacon.dtim_period / ATH_BCBUF; in ath_tx_cabq()2843 "beacon", ATH_BCBUF, 1, 1); in ath_tx_init()
84 && (ah->num_ap_vifs + ah->num_adhoc_vifs) >= ATH_BCBUF) { in ath5k_add_interface()128 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath5k_add_interface()171 for (i = 0; i < ATH_BCBUF; i++) { in ath5k_remove_interface()
908 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); in ath5k_desc_alloc()923 1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF); in ath5k_desc_alloc()948 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) { in ath5k_desc_alloc()2016 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval; in ath5k_beacon_send()2017 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()2099 intval /= ATH_BCBUF; /* staggered multi-bss beacons */ in ath5k_beacon_update_timers()
1251 #define ATH_BCBUF 4 /* number of beacon buffers */ macro1327 struct ieee80211_vif *bslot[ATH_BCBUF];