Symbol: IEEE80211_DUR_TU
sys/dev/ic/athn.c
2059
AR_WRITE(sc, AR_NEXT_TBTT_TIMER, next_tbtt * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2060
AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2061
AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2072
(next_dtim - AR_SLEEP_SLOP) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2074
(next_tbtt - AR_SLEEP_SLOP) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2083
AR_WRITE(sc, AR_TIM_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2084
AR_WRITE(sc, AR_DTIM_PERIOD, dtim_period * intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2106
AR_WRITE(sc, AR_NEXT_TBTT_TIMER, next_tbtt * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2108
(next_tbtt - AR_BEACON_DMA_DELAY) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2110
(next_tbtt - AR_SWBA_DELAY) * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2112
AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2113
AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2114
AR_WRITE(sc, AR_SWBA_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/athn.c
2115
AR_WRITE(sc, AR_NDP_PERIOD, intval * IEEE80211_DUR_TU);
sys/dev/ic/atw.c
2445
ival = ic->ic_bss->ni_intval * IEEE80211_DUR_TU;
sys/dev/ic/atw.c
2463
LSHIFT(MASK_AND_RSHIFT(tbtt - TBTTOFS * IEEE80211_DUR_TU,
sys/dev/ic/rtwn.c
936
tsf = tsf - (tsf % (ni->ni_intval * IEEE80211_DUR_TU));
sys/dev/ic/rtwn.c
937
tsf -= IEEE80211_DUR_TU;
sys/dev/pci/if_iwm.c
8351
dtim_off = ni->ni_dtimcount * ni->ni_intval * IEEE80211_DUR_TU;
sys/dev/pci/if_iwm.c
8808
duration = IEEE80211_DUR_TU;
sys/dev/pci/if_iwn.c
4081
val = (uint64_t)ni->ni_intval * IEEE80211_DUR_TU;
sys/dev/pci/if_iwn.c
4617
fa *= 200 * IEEE80211_DUR_TU; /* 200TU */
sys/dev/pci/if_iwn.c
4672
fa *= 200 * IEEE80211_DUR_TU; /* 200TU */
sys/dev/pci/if_iwn.c
5512
DELAY(ni->ni_intval * 3 * IEEE80211_DUR_TU);
sys/dev/pci/if_iwx.c
7935
dtim_off = ni->ni_dtimcount * ni->ni_intval * IEEE80211_DUR_TU;
sys/net80211/ieee80211_input.c
3016
ba->ba_timeout_val = timeout * IEEE80211_DUR_TU;
sys/net80211/ieee80211_output.c
1775
LE_WRITE_2(frm, ba->ba_timeout_val / IEEE80211_DUR_TU); frm += 2;
sys/net80211/ieee80211_output.c
1833
LE_WRITE_2(frm, ba->ba_timeout_val / IEEE80211_DUR_TU);
sys/net80211/ieee80211_proto.c
1051
IEEE80211_BEACON_MISS_THRES * (IEEE80211_DUR_TU / 10));