Lines Matching defs:quota
576 static int __netdev_rx(struct net_device *dev, int *quota);
1426 static int __netdev_rx(struct net_device *dev, int *quota)
1451 if (*quota <= 0) { /* out of rx quota */
1455 (*quota)--;
1461 printk(KERN_DEBUG " netdev_rx() normal Rx pkt length %d, quota %d.\n", pkt_len, *quota);
1536 if (*quota == 0) { /* out of rx quota */
1556 int quota = budget;
1561 if (__netdev_rx(dev, "a))
1575 budget - quota);
1578 return budget - quota;