Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c284 bs.bs_dtimperiod = dtimperiod*intval; in arn_beacon_config()
286 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod; in arn_beacon_config()
287 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod; in arn_beacon_config()
317 if (bs.bs_sleepduration > bs.bs_dtimperiod) in arn_beacon_config()
318 bs.bs_sleepduration = bs.bs_dtimperiod; in arn_beacon_config()
339 bs.bs_dtimperiod, in arn_beacon_config()
H A Darn_ath9k.h755 uint32_t bs_dtimperiod; member
H A Darn_hw.c3379 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c559 bs.bs_dtimperiod = bs.bs_intval; in ath_beacon_config()
581 if (bs.bs_sleepduration > bs.bs_dtimperiod) in ath_beacon_config()
583 roundup(bs.bs_sleepduration, bs.bs_dtimperiod); in ath_beacon_config()
591 bs.bs_dtimperiod, in ath_beacon_config()
H A Dath_hal.h698 uint32_t bs_dtimperiod; member