Searched refs:ATH_BCBUF (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | beacon.c | 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 …]
|
D | ath9k.h | 689 #define ATH_BCBUF 8 macro 705 struct ieee80211_vif *bslot[ATH_BCBUF];
|
D | xmit.c | 2397 sc->cur_chan->beacon.dtim_period / ATH_BCBUF; in ath_tx_cabq() 2833 "beacon", ATH_BCBUF, 1, 1); in ath_tx_init()
|
/linux-5.19.10/drivers/net/wireless/ath/ath5k/ |
D | mac80211-ops.c | 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()
|
D | base.c | 908 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); in ath5k_desc_alloc() 922 bf = kcalloc(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()
|
D | ath5k.h | 1251 #define ATH_BCBUF 4 /* number of beacon buffers */ macro 1327 struct ieee80211_vif *bslot[ATH_BCBUF];
|