Searched refs:nextslot (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/amr/ |
| D | amr.c | 2005 int i, nextslot; in amr_alloccmd_cluster() local 2018 nextslot = sc->amr_nextslot; in amr_alloccmd_cluster() 2025 ac->ac_slot = nextslot; in amr_alloccmd_cluster() 2053 if (++nextslot > sc->amr_maxio) in amr_alloccmd_cluster() 2056 sc->amr_nextslot = nextslot; in amr_alloccmd_cluster()
|
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath.c | 5637 u_int64_t tsf, rstamp, nextslot, nexttbtt; in ath_tdma_update() local 5681 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9); in ath_tdma_update() 5682 nextslottu = TSF_TO_TU(nextslot>>32, nextslot) & HAL_BEACON_PERIOD; in ath_tdma_update() 5693 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt); in ath_tdma_update() 5733 (unsigned long long) tsf, (unsigned long long) nextslot, in ath_tdma_update() 5734 (int)(nextslot - tsf), tsfdelta, nextslottu, nexttbtt, tudelta); in ath_tdma_update()
|