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.c367 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; local
439 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9);
445 nextslottu = TSF_TO_TU(nextslot>>32, nextslot);
478 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt);
481 "rs->rstamp %llu rstamp %llu tsf %llu txtime %d, nextslot %llu, "
486 (unsigned long long) nextslot,
487 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot));
522 t.nextslot_tsf = htobe64(nextslot);
[all...]

Completed in 78 milliseconds