sbmac_tick
callout_reset(&(sc->sc_tick_ch), hz, sbmac_tick, sc);
callout_reset(&sc->sc_tick_ch, hz, sbmac_tick, sc);
static void sbmac_tick(void *);