rtl8366rb_tick
static void rtl8366rb_tick(void *arg);
rtl8366rb_tick(sc);
callout_reset(&sc->callout_tick, hz, rtl8366rb_tick, sc);