Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c367 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; in ath_tdma_update() local
438 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9); in ath_tdma_update()
444 nextslottu = TSF_TO_TU(nextslot>>32, nextslot); in ath_tdma_update()
477 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt); in ath_tdma_update()
485 (unsigned long long) nextslot, in ath_tdma_update()
486 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot)); in ath_tdma_update()
521 t.nextslot_tsf = htobe64(nextslot); in ath_tdma_update()
532 t.next_slot = htobe64(nextslot); in ath_tdma_update()
560 (unsigned long long) tsf, (unsigned long long) nextslot, in ath_tdma_update()
561 (int)(nextslot - tsf), tsfdelta, nextslottu, nexttbtt, tudelta); in ath_tdma_update()
/dragonfly/sys/dev/raid/amr/
H A Damr.c1926 int i, nextslot; in amr_alloccmd_cluster() local
1939 nextslot = sc->amr_nextslot; in amr_alloccmd_cluster()
1946 ac->ac_slot = nextslot; in amr_alloccmd_cluster()
1974 if (++nextslot > sc->amr_maxio) in amr_alloccmd_cluster()
1977 sc->amr_nextslot = nextslot; in amr_alloccmd_cluster()