Home
last modified time | relevance | path

Searched refs:nextslot (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tdma.c365 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; in ath_tdma_update() local
437 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9); in ath_tdma_update()
443 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update()
476 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt); in ath_tdma_update()
484 (unsigned long long) nextslot, in ath_tdma_update()
485 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update()
520 t.nextslot_tsf = htobe64(nextslot); in ath_tdma_update()
531 t.next_slot = htobe64(nextslot); in ath_tdma_update()
559 (unsigned long long) tsf, (unsigned long long) nextslot, in ath_tdma_update()
560 (int)(nextslot - tsf), tsfdelta, nextslottu, nexttbtt, tudelta); in ath_tdma_update()