Lines Matching defs:quota
576 static int __netdev_rx(struct net_device *dev, int *quota);
1428 static int __netdev_rx(struct net_device *dev, int *quota)
1453 if (*quota <= 0) { /* out of rx quota */
1457 (*quota)--;
1463 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d, quota %d.\n", pkt_len, *quota);
1538 if (*quota == 0) { /* out of rx quota */
1558 int quota = budget;
1563 if (__netdev_rx(dev, "a))
1577 budget - quota);
1580 return budget - quota;