ETHERNEC_TICK
aprint_normal_dev(self, "using %d Hz polling\n", hz / ETHERNEC_TICK);
callout_reset(&sc->sc_poll, ETHERNEC_TICK, ne_mb_poll, sc);
callout_schedule(&sc->sc_poll, ETHERNEC_TICK);