Lines Matching defs:se_poll
134 /* se_poll and se_poll0 are the normal polling rate and the minimum
136 * maximum ethernet speed, we will read nearly RDATA_MAX packets. se_poll
142 #define SE_POLL 40 /* default in milliseconds */
144 int se_poll = 0; /* Delay in ticks set at attach time */
348 se_poll = (SE_POLL * hz) / 1000;
349 se_poll = se_poll? se_poll: 1;
572 callout_schedule(&sc->sc_recv_ch, se_poll);
581 ntimeo = se_poll;
589 ntimeo = (ntimeo > se_poll?
590 se_poll: ntimeo);
613 callout_schedule(&sc->sc_recv_ch, se_poll);
655 callout_schedule(&sc->sc_recv_ch, se_poll);