Home
last modified time | relevance | path

Searched refs:ATH_BCBUF (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
A Dbeacon.c204 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 …]
A Dath9k.h689 #define ATH_BCBUF 8 macro
705 struct ieee80211_vif *bslot[ATH_BCBUF];
A Dxmit.c2356 sc->cur_chan->beacon.dtim_period / ATH_BCBUF; in ath_tx_cabq()
2783 "beacon", ATH_BCBUF, 1, 1); in ath_tx_init()
/linux/drivers/net/wireless/ath/ath5k/
A Dmac80211-ops.c84 && (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()
A Dbase.c862 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); in ath5k_desc_alloc()
876 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF, in ath5k_desc_alloc()
902 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) { in ath5k_desc_alloc()
1970 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval; in ath5k_beacon_send()
1971 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()
2053 intval /= ATH_BCBUF; /* staggered multi-bss beacons */ in ath5k_beacon_update_timers()
A Dath5k.h1251 #define ATH_BCBUF 4 /* number of beacon buffers */ macro
1327 struct ieee80211_vif *bslot[ATH_BCBUF];

Completed in 29 milliseconds