Lines Matching defs:quota
767 static bool ravb_rx_gbeth(struct net_device *ndev, int *quota, int q)
786 boguscnt = min(boguscnt, *quota);
890 *quota -= limit - (++boguscnt);
896 static bool ravb_rx_rcar(struct net_device *ndev, int *quota, int q)
912 boguscnt = min(boguscnt, *quota);
1005 *quota -= limit - (++boguscnt);
1011 static bool ravb_rx(struct net_device *ndev, int *quota, int q)
1016 return info->receive(ndev, quota, q);
1296 int quota = budget;
1307 if (ravb_rx(ndev, "a, q))
1341 return budget - quota;