Searched refs:next_cfp (Results 1 – 3 of 3) sorted by relevance
2091 u_int32_t cfp_period, next_cfp; in ar5k_ar5210_set_beacon_timers() local2104 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5210_set_beacon_timers()2113 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5210_set_beacon_timers()
2196 u_int32_t cfp_period, next_cfp; in ar5k_ar5211_set_beacon_timers() local2209 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5211_set_beacon_timers()2218 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5211_set_beacon_timers()
2587 u_int32_t cfp_period, next_cfp, dtim, interval, next_beacon; in ar5k_ar5212_set_beacon_timers() local2603 next_cfp = (cfp_count * state->bs_dtim_period + dtim_count) * in ar5k_ar5212_set_beacon_timers()2611 (tsf + (next_cfp == 0 ? cfp_period : next_cfp)) << 3); in ar5k_ar5212_set_beacon_timers()