Home | History | Annotate | Download | only in scsipi

Lines Matching defs:dse_poll

130 /* dse_poll and dse_poll0 are the normal polling rate and the minimum
132 * maximum ethernet speed, we will read nearly RDATA_MAX packets. dse_poll
139 #define DSE_POLL 50 /* default in milliseconds */
142 #define DSE_POLL 80 /* default in milliseconds */
145 int dse_poll = 0; /* Delay in ticks set at attach time */
376 dse_poll = mstohz(DSE_POLL);
377 dse_poll = dse_poll? dse_poll: 1;
612 callout_schedule(&sc->sc_recv_ch, dse_poll);
619 ntimeo = dse_poll;
629 ntimeo = (ntimeo > dse_poll?
630 dse_poll: ntimeo);
654 callout_schedule(&sc->sc_recv_ch, dse_poll);
701 callout_schedule(&sc->sc_recv_ch, dse_poll);