Searched refs:poll_each_burst (Results 1 – 1 of 1) sorted by relevance
102 static uint32_t poll_each_burst = 5; variable129 if (poll_each_burst > poll_burst_max) in poll_burst_max_sysctl()130 poll_each_burst = MIN_POLL_BURST_MAX; in poll_burst_max_sysctl()142 uint32_t val = poll_each_burst; in poll_each_burst_sysctl()156 poll_each_burst = val; in poll_each_burst_sysctl()344 if (count > poll_each_burst) in ether_poll()345 count = poll_each_burst; in ether_poll()460 cycles = (residual_burst < poll_each_burst) ? in netisr_poll()461 residual_burst : poll_each_burst; in netisr_poll()567 ether_poll(poll_each_burst); in poll_idle()