Home
last modified time | relevance | path

Searched refs:bs_nextdtim (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c285 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval; in arn_beacon_config()
287 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in arn_beacon_config()
340 bs.bs_nextdtim, in arn_beacon_config()
H A Darn_ath9k.h749 uint32_t bs_nextdtim; member
H A Darn_hw.c3384 nextTbtt = bs->bs_nextdtim; in ath9k_hw_set_sta_beacon_timers()
3389 "%s: next DTIM %d\n", __func__, bs->bs_nextdtim)); in ath9k_hw_set_sta_beacon_timers()
3398 TU_TO_USEC(bs->bs_nextdtim - SLEEP_SLOP)); in ath9k_hw_set_sta_beacon_timers()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c560 bs.bs_nextdtim = nexttbtt; in ath_beacon_config()
592 bs.bs_nextdtim, in ath_beacon_config()
H A Dath_hal.h696 uint32_t bs_nextdtim; /* next DTIM in TU */ member