Searched refs:budget (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_vdsl.c246 static int ptm_napi_poll(struct napi_struct *napi, int budget) argument
251 work_done = ptm_poll(ndev, budget);
262 if (work_done < budget) {
577 int budget = 32; local
582 while ( budget-- > 0 ) {
H A Difxmips_ptm_adsl.c358 static int ptm_napi_poll(struct napi_struct *napi, int budget) argument
365 work_done = ptm_poll(ndev, budget);
/openwrt/target/linux/gemini/files/drivers/net/ethernet/gemini/
H A Dsl351x.c1206 static unsigned gmac_rx(struct net_device *dev, unsigned budget) argument
1235 while (budget && w != r) {
1294 --budget;
1311 return budget;
1314 static int gmac_napi_poll(struct napi_struct *napi, int budget) argument
1323 rx = budget - gmac_rx(napi->dev, budget);
1339 return budget;
/openwrt/target/linux/cns3xxx/files/drivers/net/ethernet/cavium/
H A Dcns3xxx_eth.c618 static int eth_poll(struct napi_struct *napi, int budget) argument
632 if (received >= budget)
718 budget = 0;
734 return budget;
/openwrt/target/linux/mcs814x/files-3.18/drivers/net/ethernet/mcs8140/
H A Dnuport_mac.c637 static int nuport_mac_poll(struct napi_struct *napi, int budget) argument
644 work_done = nuport_mac_rx(dev, budget);
646 if (work_done < budget) {

Completed in 73 milliseconds