Searched refs:budget (Results 51 - 67 of 67) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.c2185 static int cas_rx_ringN(struct cas *cp, int ring, int budget) argument
2290 if (budget && (npackets >= budget))
2483 static int cas_poll(struct net_device *dev, int *budget) argument
2497 todo = min(*budget, dev->quota);
2517 *budget -= credits;
H A D8139cp.c510 static int cp_rx_poll (struct net_device *dev, int *budget) argument
604 *budget -= rx;
H A Ds2io.h1020 static int s2io_poll(struct net_device *dev, int *budget);
H A Dnatsemi.c639 static int natsemi_poll(struct net_device *dev, int *budget);
2218 static int natsemi_poll(struct net_device *dev, int *budget) argument
2223 int work_to_do = min(*budget, dev->quota);
2252 *budget -= work_done;
H A Dpcnet32.c1382 static int pcnet32_poll(struct net_device *dev, int *budget) argument
1385 int quota = min(dev->quota, *budget);
1402 *budget -= quota;
H A Dqla3xxx.c2307 static int ql_poll(struct net_device *ndev, int *budget) argument
2310 int work_to_do = min(*budget, ndev->quota);
2319 *budget -= rx_cleaned;
H A Dskge.c3022 static int skge_poll(struct net_device *dev, int *budget) argument
3029 int to_do = min(dev->quota, *budget);
3060 *budget -= work_done;
H A Dsky2.c2415 static int sky2_poll(struct net_device *dev0, int *budget) argument
2418 int work_limit = min(dev0->quota, *budget);
2439 *budget -= work_done;
H A Dsungem.c881 static int gem_poll(struct net_device *dev, int *budget) argument
912 work_to_do = min(*budget, dev->quota);
916 *budget -= work_done;
H A Ducc_geth.c3530 static int ucc_geth_poll(struct net_device *dev, int *budget) argument
3542 rx_work_limit = *budget;
3554 *budget -= howmany;
H A De100.c1976 static int e100_poll(struct net_device *netdev, int *budget) argument
1979 unsigned int work_to_do = min(netdev->quota, *budget);
1993 *budget -= work_done;
H A Dbnx2.c2108 bnx2_rx_int(struct bnx2 *bp, int budget) argument
2230 if ((rx_pkt == budget))
2344 bnx2_poll(struct net_device *dev, int *budget) argument
2368 int orig_budget = *budget;
2375 *budget -= work_done;
H A Ds2io.c2599 * @budget : The number of packets that were budgeted to be processed
2609 static int s2io_poll(struct net_device *dev, int *budget) argument
2622 nic->pkts_to_process = *budget;
2642 *budget -= pkt_cnt;
2660 *budget -= pkt_cnt;
H A Dforcedeth.c3096 static int nv_napi_poll(struct net_device *dev, int *budget) argument
3098 int pkts, limit = min(*budget, dev->quota);
3137 *budget -= pkts;
H A Dtg3.c3269 static int tg3_rx(struct tg3 *tp, int budget) argument
3284 while (sw_idx != hw_idx && budget > 0) {
3381 budget--;
3425 static int tg3_poll(struct net_device *netdev, int *budget) argument
3459 int orig_budget = *budget;
3467 *budget -= work_done;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c165 static int e1000_clean(struct net_device *poll_dev, int *budget);
3864 e1000_clean(struct net_device *poll_dev, int *budget) argument
3867 int work_to_do = min(*budget, poll_dev->quota);
3890 *budget -= work_done;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c1196 static int myri10ge_poll(struct net_device *netdev, int *budget) argument
1203 limit = min(*budget, netdev->quota);
1207 *budget -= work_done;

Completed in 1851 milliseconds

123