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

/freebsd-13-stable/share/examples/bhyve/
H A Dvmrun.sh328 nextslot=2 # slot 0 is hostbridge, slot 1 is lpc
333 devargs="$devargs -s $nextslot:0,${nic},${tapname} "
334 nextslot=$(($nextslot + 1))
343 devargs="$devargs -s $nextslot:0,$disk_emulation,${disk}${opts} "
344 nextslot=$(($nextslot + 1))
351 devargs="$devargs -s $nextslot:0,passthru,${pass} "
352 nextslot=$(($nextslot
[all...]
/freebsd-13-stable/sys/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...]
/freebsd-13-stable/sys/dev/amr/
H A Damr.c362 OID_AUTO, "nextslot", CTLFLAG_RD, &sc->amr_nextslot, 0,
1960 int i, nextslot; local
1973 nextslot = sc->amr_nextslot;
1980 ac->ac_slot = nextslot;
2008 if (++nextslot > sc->amr_maxio)
2011 sc->amr_nextslot = nextslot;

Completed in 55 milliseconds