Searched refs:npackets (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dgen_estimator.c113 u32 npackets; local
118 npackets = e->bstats->packets;
124 rate = (npackets - e->last_packets)<<(12 - idx);
125 e->last_packets = npackets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpcnet32.c1263 int npackets = 0; local
1266 while (quota > npackets && (short)le16_to_cpu(rxp->status) >= 0) {
1268 npackets += 1;
1280 return npackets;
H A Dcassini.c2189 int npackets = 0; local
2262 npackets++;
2290 if (budget && (npackets >= budget))
2299 return npackets;

Completed in 84 milliseconds