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

  /src/sys/dev/scsipi/
if_dse.c 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 */ variable in typeref:typename:int
376 dse_poll = mstohz(DSE_POLL);
377 dse_poll = dse_poll? dse_poll: 1
    [all...]
if_dse.c 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 */ variable in typeref:typename:int
376 dse_poll = mstohz(DSE_POLL);
377 dse_poll = dse_poll? dse_poll: 1
    [all...]
if_dse.c 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 */ variable in typeref:typename:int
376 dse_poll = mstohz(DSE_POLL);
377 dse_poll = dse_poll? dse_poll: 1
    [all...]

Completed in 34 milliseconds