Home
last modified time | relevance | path

Searched refs:next_cfp (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ic/
H A Dar5210.c2091 u_int32_t cfp_period, next_cfp; in ar5k_ar5210_set_beacon_timers() local
2104 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()
H A Dar5211.c2196 u_int32_t cfp_period, next_cfp; in ar5k_ar5211_set_beacon_timers() local
2209 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()
H A Dar5212.c2587 u_int32_t cfp_period, next_cfp, dtim, interval, next_beacon; in ar5k_ar5212_set_beacon_timers() local
2603 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()