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

/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c207 static void ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt,
2749 u_int32_t nexttbtt, intval, tsftu; local
2757 nexttbtt = TSF_TO_TU(LE_READ_4(ni->ni_tstamp.data + 4),
2775 if (nexttbtt == 0) /* e.g. for ap mode */
2776 nexttbtt = intval;
2778 nexttbtt = roundup(nexttbtt, intval);
2779 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
2780 __func__, nexttbtt, intval, ni->ni_intval);
2799 * Pull nexttbtt forwar
5483 ath_tdma_settimers(struct ath_softc *sc, u_int32_t nexttbtt, u_int32_t bintval) argument
5637 u_int64_t tsf, rstamp, nextslot, nexttbtt; local
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uathreg.h427 uint32_t nexttbtt; member in struct:uath_cmd_set_stabeacon_timers
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h996 uint32_t nexttbtt, uint32_t intval);

Completed in 247 milliseconds