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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_video.c774 unsigned int npackets; local
784 npackets = DIV_ROUND_UP(size, psize);
785 if (npackets > UVC_MAX_PACKETS)
786 npackets = UVC_MAX_PACKETS;
789 for (; npackets > 1; npackets /= 2) {
791 stream->urb_size = psize * npackets;
803 "of %ux%u bytes each.\n", UVC_URBS, npackets,
805 return npackets;
844 unsigned int npackets, local
896 unsigned int npackets, pipe, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.h83 extern long npackets; /* max packets to transmit */
156 if (npackets && ntransmitted >= npackets && !deadline)
H A Dping_common.c18 long npackets; /* max packets to transmit */ variable
106 npackets = atoi(optarg);
107 if (npackets <= 0) {
287 if (exiting || (npackets && ntransmitted >= npackets && !deadline))
519 if (npackets && nreceived + nerrors >= npackets)
824 exit(!nreceived || (deadline && nreceived < npackets));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dgen_estimator.c121 u32 npackets; local
130 npackets = e->bstats->packets;
136 rate = (npackets - e->last_packets)<<(12 - idx);
137 e->last_packets = npackets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_amac.c689 unsigned curr_rx_ix, npackets = 0 ; local
699 while( npackets < quota) {
704 return npackets ;
743 npackets ++ ;
745 return npackets ;
852 unsigned npackets, nbuffs, i ; local
855 npackets = amac_rx_do( dev, budget, & rx_done );
858 if( npackets >= budget )
859 return npackets ;
865 i = min( (budget << 1) - nbuffs, budget - npackets
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddnet.c396 int npackets = 0; local
404 while (npackets < budget) {
437 npackets++;
444 budget -= npackets;
446 if (npackets < budget) {
H A Dsmsc911x.c992 int npackets = 0; local
994 while (npackets < budget) {
1014 npackets++;
1058 return npackets;
H A Dpcnet32.c1224 int npackets = 0; local
1227 while (npackets < budget && (short)le16_to_cpu(rxp->status) >= 0) {
1229 npackets += 1;
1241 return npackets;
H A Dcassini.c2174 int npackets = 0; local
2245 npackets++;
2273 if (budget && (npackets >= budget))
2281 return npackets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmscan.c411 int npackets = 0; local
417 while (npackets < quota) {
438 npackets++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_hsi.h2223 u16 npackets; member in struct:eth_tx_doorbell
2241 u16 npackets;

Completed in 152 milliseconds