Lines Matching refs:budget
2768 static int s2io_poll_msix(struct napi_struct *napi, int budget) in s2io_poll_msix() argument
2777 int budget_org = budget; in s2io_poll_msix()
2782 pkts_processed = rx_intr_handler(ring, budget); in s2io_poll_msix()
2797 static int s2io_poll_inta(struct napi_struct *napi, int budget) in s2io_poll_inta() argument
2803 int budget_org = budget; in s2io_poll_inta()
2812 ring_pkts_processed = rx_intr_handler(ring, budget); in s2io_poll_inta()
2815 budget -= ring_pkts_processed; in s2io_poll_inta()
2816 if (budget <= 0) in s2io_poll_inta()
2897 static int rx_intr_handler(struct ring_info *ring_data, int budget) in rx_intr_handler() argument
2908 if (budget <= 0) in rx_intr_handler()
2971 budget--; in rx_intr_handler()
2973 if (!budget) in rx_intr_handler()