Lines Matching refs:budget
2828 bnx2_tx_int(struct bnx2 *bp, struct bnx2_napi *bnapi, int budget) in bnx2_tx_int() argument
2892 if (tx_pkt == budget) in bnx2_tx_int()
3130 bnx2_rx_int(struct bnx2 *bp, struct bnx2_napi *bnapi, int budget) in bnx2_rx_int() argument
3137 if (budget <= 0) in bnx2_rx_int()
3271 if ((rx_pkt == budget)) in bnx2_rx_int()
3470 int work_done, int budget) in bnx2_poll_work() argument
3479 work_done += bnx2_rx_int(bp, bnapi, budget - work_done); in bnx2_poll_work()
3484 static int bnx2_poll_msix(struct napi_struct *napi, int budget) in bnx2_poll_msix() argument
3492 work_done = bnx2_poll_work(bp, bnapi, work_done, budget); in bnx2_poll_msix()
3493 if (unlikely(work_done >= budget)) in bnx2_poll_msix()
3511 static int bnx2_poll(struct napi_struct *napi, int budget) in bnx2_poll() argument
3521 work_done = bnx2_poll_work(bp, bnapi, work_done, budget); in bnx2_poll()
3533 if (unlikely(work_done >= budget)) in bnx2_poll()