Searched refs:nextslottu (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_tdma.c | 366 u_int32_t txtime, nextslottu; in ath_tdma_update() local 443 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update() 485 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update() 502 nextslottu++; in ath_tdma_update() 507 nextslottu++; in ath_tdma_update() 512 tudelta = nextslottu - TSF_TO_TU(nexttbtt_full >> 32, nexttbtt_full); in ath_tdma_update() 521 t.nextslot_tu = htobe32(nextslottu); in ath_tdma_update() 560 (int)(nextslot - tsf), tsfdelta, nextslottu, nexttbtt, tudelta); in ath_tdma_update() 573 nextslottu, in ath_tdma_update() 575 ath_tdma_settimers(sc, nextslottu, sc->sc_tdmabintval); in ath_tdma_update()
|