Searched refs:ring_budget (Results 1 – 1 of 1) sorted by relevance
2131 int ring_budget; in xgbe_all_poll() local2138 ring_budget = budget / pdata->rx_ring_count; in xgbe_all_poll()2148 if (ring_budget > (budget - processed)) in xgbe_all_poll()2149 ring_budget = budget - processed; in xgbe_all_poll()2150 processed += xgbe_rx_poll(channel, ring_budget); in xgbe_all_poll()