bcmrng_callout
bcmrng_callout(sc);
callout_reset(&sc->sc_rnd_callout, 1, bcmrng_callout, sc);
static void bcmrng_callout(void *arg);