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

/freebsd-10.3-release/share/examples/bhyve/
H A Dvmrun.sh248 nextslot=2 # slot 0 is hostbridge, slot 1 is lpc
253 devargs="$devargs -s $nextslot:0,virtio-net,${tapname} "
254 nextslot=$(($nextslot + 1))
263 devargs="$devargs -s $nextslot:0,virtio-blk,${disk}${opts} "
264 nextslot=$(($nextslot + 1))
271 devargs="$devargs -s $nextslot:0,passthru,${pass} "
272 nextslot=$(($nextslot
[all...]
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_tdma.c364 u_int64_t tsf, rstamp, nextslot, nexttbtt, nexttbtt_full; local
435 nextslot = (rstamp - txtime) + (sc->sc_tdmabintval << 9);
441 nextslottu = TSF_TO_TU(nextslot>>32, nextslot);
474 tsfdelta = (int32_t)((nextslot % TU_TO_TSF(HAL_BEACON_PERIOD + 1)) - nexttbtt);
477 "rs->rstamp %llu rstamp %llu tsf %llu txtime %d, nextslot %llu, "
480 nextslot, nextslottu, TSF_TO_TU(nextslot >> 32, nextslot));
515 t.nextslot_tsf = htobe64(nextslot);
[all...]
/freebsd-10.3-release/sys/dev/amr/
H A Damr.c359 OID_AUTO, "nextslot", CTLFLAG_RD, &sc->amr_nextslot, 0,
1967 int i, nextslot; local
1980 nextslot = sc->amr_nextslot;
1987 ac->ac_slot = nextslot;
2015 if (++nextslot > sc->amr_maxio)
2018 sc->amr_nextslot = nextslot;

Completed in 92 milliseconds