Searched refs:ring_budget (Results 1 – 1 of 1) sorted by relevance
2082 int ring_budget; in xgbe_all_poll() local2089 ring_budget = budget / pdata->rx_ring_count; in xgbe_all_poll()2099 if (ring_budget > (budget - processed)) in xgbe_all_poll()2100 ring_budget = budget - processed; in xgbe_all_poll()2101 processed += xgbe_rx_poll(channel, ring_budget); in xgbe_all_poll()