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;
286 bs.bs_cfpperiod = cfpperiod*bs.bs_dtimperiod;
287 bs.bs_cfpnext = bs.bs_nextdtim + cfpcount*bs.bs_dtimperiod;
317 if (bs.bs_sleepduration > bs.bs_dtimperiod)
318 bs.bs_sleepduration = bs.bs_dtimperiod;
339 bs.bs_dtimperiod,
H A Darn_ath9k.h755 uint32_t bs_dtimperiod; member in struct:ath9k_beacon_state
H A Darn_hw.c3379 dtimperiod = bs->bs_dtimperiod;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c559 bs.bs_dtimperiod = bs.bs_intval;
581 if (bs.bs_sleepduration > bs.bs_dtimperiod)
583 roundup(bs.bs_sleepduration, bs.bs_dtimperiod);
591 bs.bs_dtimperiod,
H A Dath_hal.h698 uint32_t bs_dtimperiod; member in struct:__anon4916

Completed in 121 milliseconds