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

/freebsd-current/share/examples/bhyve/
H A Dvmrun.sh369 nextslot=2 # slot 0 is hostbridge, slot 1 is lpc
374 nextslot=1 # slot 0 is hostbridge
383 devargs="$devargs -s $nextslot:0,$disk_emulation,${disk}${opts} "
384 nextslot=$(($nextslot + 1))
391 devargs="$devargs -s $nextslot:0,${nic},${tapname} "
392 nextslot=$(($nextslot + 1))
410 devargs="$devargs -s $nextslot:0,passthru,${bsf} "
411 nextslot
[all...]
/freebsd-current/sys/dev/ath/
H A Dif_ath_tdma.c365 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; local
437 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9);
443 nextslottu = TSF_TO_TU(nextslot>>32, nextslot);
476 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt);
479 "rs->rstamp %llu rstamp %llu tsf %llu txtime %d, nextslot %llu, "
484 (unsigned long long) nextslot,
485 nextslottu, TSF_TO_TU(nextslot >> 32, nextslot));
520 t.nextslot_tsf = htobe64(nextslot);
[all...]

Completed in 60 milliseconds