Searched refs:nextslottu (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/sys/dev/ath/ |
| HD | if_ath_tdma.c | 365 u_int32_t txtime, nextslottu; in ath_tdma_update() local 441 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update() 483 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update() 500 nextslottu++; in ath_tdma_update() 505 nextslottu++; in ath_tdma_update() 510 tudelta = nextslottu - TSF_TO_TU(nexttbtt_full >> 32, nexttbtt_full); in ath_tdma_update() 519 t.nextslot_tu = htobe32(nextslottu); in ath_tdma_update() 558 (int)(nextslot - tsf), tsfdelta, nextslottu, nexttbtt, tudelta); in ath_tdma_update() 571 nextslottu, in ath_tdma_update() 573 ath_tdma_settimers(sc, nextslottu, sc->sc_tdmabintval); in ath_tdma_update()
|