Searched refs:nexttbtt (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
D | common-beacon.c | 70 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta() 74 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 75 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 122 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc() 124 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc() 135 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc() 153 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap() 164 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
|
D | beacon.c | 513 static void ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, in ath9k_beacon_init() argument 520 ath9k_hw_beaconinit(ah, nexttbtt, intval); in ath9k_beacon_init() 547 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval); in ath9k_beacon_config_ap() 576 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval); in ath9k_beacon_config_adhoc()
|
D | common.h | 60 u32 nexttbtt; member
|
D | htc_drv_beacon.c | 86 ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval); in ath9k_htc_beacon_init()
|
/linux-6.1.9/drivers/net/wireless/ath/ath5k/ |
D | base.c | 1334 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf() 2093 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local 2124 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers() 2130 nexttbtt = intval; in ath5k_beacon_update_timers() 2151 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers() 2155 ah->nexttbtt = nexttbtt; in ath5k_beacon_update_timers() 2158 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval); in ath5k_beacon_update_timers() 2177 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers() 2239 ah->nexttbtt += ah->bintval; in ath5k_tasklet_beacon() 2243 ah->nexttbtt, in ath5k_tasklet_beacon()
|
D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member
|