HomeSort by: relevance | last modified time | path
    Searched defs:se_poll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
if_se.c 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 */ variable in typeref:typename:int
348 se_poll = (SE_POLL * hz) / 1000;
349 se_poll = se_poll? se_poll: 1;
572 callout_schedule(&sc->sc_recv_ch, se_poll);
    [all...]
if_se.c 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 */ variable in typeref:typename:int
348 se_poll = (SE_POLL * hz) / 1000;
349 se_poll = se_poll? se_poll: 1;
572 callout_schedule(&sc->sc_recv_ch, se_poll);
    [all...]

Completed in 22 milliseconds