Searched refs:dtim (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | ar5212.c | 2587 u_int32_t cfp_period, next_cfp, dtim, interval, next_beacon; in ar5k_ar5212_set_beacon_timers() local 2594 dtim = state->bs_dtimperiod; in ar5k_ar5212_set_beacon_timers() 2651 if (state->bs_sleepduration > dtim && in ar5k_ar5212_set_beacon_timers() 2652 (dtim == 0 || roundup(state->bs_sleepduration, dtim) == in ar5k_ar5212_set_beacon_timers() 2654 dtim = state->bs_sleepduration; in ar5k_ar5212_set_beacon_timers() 2656 if (interval > dtim) in ar5k_ar5212_set_beacon_timers() 2659 next_beacon = interval == dtim ? in ar5k_ar5212_set_beacon_timers() 2674 AR5K_REG_SM(dtim, AR5K_AR5212_SLEEP2_DTIM_PER)); in ar5k_ar5212_set_beacon_timers()
|
/openbsd/sys/dev/pci/ |
H A D | if_wpi.c | 2350 wpi_set_pslevel(struct wpi_softc *sc, int dtim, int level, int async) in wpi_set_pslevel() argument 2359 if (dtim <= 10) in wpi_set_pslevel() 2375 if (dtim == 0) { in wpi_set_pslevel() 2376 dtim = 1; in wpi_set_pslevel() 2384 max = dtim * (skip_dtim + 1); in wpi_set_pslevel() 2385 else if (max > dtim) in wpi_set_pslevel() 2386 max = (max / dtim) * dtim; in wpi_set_pslevel() 2388 max = dtim; in wpi_set_pslevel()
|
H A D | if_iwn.c | 4774 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) in iwn_set_pslevel() argument 4783 if (dtim <= 2) in iwn_set_pslevel() 4785 else if (dtim <= 10) in iwn_set_pslevel() 4803 if (dtim == 0) { in iwn_set_pslevel() 4804 dtim = 1; in iwn_set_pslevel() 4812 max = dtim * (skip_dtim + 1); in iwn_set_pslevel() 4813 else if (max > dtim) in iwn_set_pslevel() 4814 max = (max / dtim) * dtim; in iwn_set_pslevel() 4816 max = dtim; in iwn_set_pslevel() 4903 btprio.dtim = 0x6; in iwn_send_advanced_btcoex()
|
H A D | if_iwnreg.h | 1015 uint8_t dtim; member
|