Searched refs:nexttbtt (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_beacon.c934 u_int32_t nexttbtt, intval, tsftu; local
964 nexttbtt = TSF_TO_TU(le32dec(ni->ni_tstamp.data + 4),
1002 if (nexttbtt == 0) /* e.g. for ap mode */
1003 nexttbtt = intval;
1005 nexttbtt = roundup(nexttbtt, intval);
1007 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
1008 __func__, nexttbtt, intval, ni->ni_intval);
1027 * Pull nexttbtt forward to reflect the current
1034 "%s: beacon tsf=%llu, hw tsf=%llu, nexttbtt
[all...]
H A Dif_ath_tdma.c128 static void ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt,
136 ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval) argument
142 bt.bt_nexttbtt = nexttbtt;
143 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep;
144 bt.bt_nextswba = (nexttbtt<<3) - sc->sc_tdmaswbaprep;
145 bt.bt_nextatim = nexttbtt+1;
150 "%s: intval=%d (0x%08x) nexttbtt=%u (0x%08x), nextdba=%u (0x%08x), nextswba=%u (0x%08x),nextatim=%u (0x%08x)\n",
181 "%s: nexttbtt=%u (0x%08x), nexttbtt tsf=%lld (0x%08llx)\n",
201 * to deal with the granularity of the nexttbtt time
367 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; local
[all...]
H A Dif_ath_alq.h71 uint64_t nexttbtt; member in struct:if_ath_alq_tdma_slot_calc
H A Dif_ath_rx.c342 uint64_t nexttbtt; local
391 nexttbtt = ath_hal_getnexttbtt(sc->sc_ah);
443 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: %s: ni=%6D bssid=%6D tsf=%llu (%u), nexttbtt=%llu (%u), delta=%d\n",
450 (unsigned long long) nexttbtt,
451 (unsigned int) (nexttbtt >> 10),
452 (int32_t) tsf_beacon - (int32_t) nexttbtt + tsf_intval);
/freebsd-12-stable/tools/tools/ath/athalq/
H A Dtdma.c74 (unsigned long long) be64toh(t.nexttbtt),
103 printf("[%u.%06u] [%llu] TIMERSET: bt_intval=%d nexttbtt=%d "
H A Dar5416_ds_tdma.c395 (unsigned long long) be64toh(t.nexttbtt),
422 printf("[%u] [%llu] TIMERSET: bt_intval=%d nexttbtt=%d nextdba=%d nextswba=%d nextatim=%d flags=0x%x tdmadbaprep=%d tdmaswbaprep=%d\n",
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c840 u_int32_t nexttbtt, nextdba, tsf_tbtt, tbtt, dba; local
882 nexttbtt = OS_REG_READ(ah, AR_NEXT_TBTT_TIMER);
884 //printk("%s[%d]:dba: %d, nt: %d \n", __func__, __LINE__, nextdba, nexttbtt);
932 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, nexttbtt);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_uathreg.h427 uint32_t nexttbtt; member in struct:uath_cmd_set_stabeacon_timers
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.h1455 uint32_t nexttbtt, uint32_t intval);

Completed in 174 milliseconds