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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dshaper.c2 * Simple traffic shaper for Linux NET3.
50 * Downing the interface under the shaper before the shaper
92 unsigned long shapestamp; /* Stamp for shaper */
103 static void shaper_kick(struct shaper *sh);
109 static int shaper_clocks(struct shaper *shaper, struct sk_buff *skb) argument
111 int t=skb->len/shaper->bytespertick;
116 * Set the speed of a shaper. We compute this in bytes per tick since
121 static void shaper_setspeed(struct shaper *shape argument
136 struct shaper *shaper = dev->priv; local
195 shaper_queue_xmit(struct shaper *shaper, struct sk_buff *skb) argument
224 struct shaper *shaper = (struct shaper *)data; local
236 shaper_kick(struct shaper *shaper) argument
291 struct shaper *shaper=dev->priv; local
312 struct shaper *shaper=dev->priv; local
[all...]
H A DMakefile88 obj-$(CONFIG_SHAPER) += shaper.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dzatm.h29 #define SHAPER_SIZE 4 /* shaper entry size (in bytes) */
48 int shaper; /* shaper, <0 if none */ member in struct:zatm_vcc
61 int ubr; /* UBR shaper; -1 if none */
62 int ubr_ref_cnt; /* number of VCs using UBR shaper */
H A Dzatm.c700 int shaper; local
705 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++);
706 zatm_dev->free_shapers &= ~1 << shaper;
711 zatm_dev->ubr = shaper;
737 printk(KERN_CRIT DEV_LABEL "shaper algorithm botched "
749 zpokel(zatm_dev,(i << uPD98401_IM_I_SHIFT) | m,uPD98401_IM(shaper));
750 zpokel(zatm_dev,c << uPD98401_PC_C_SHIFT,uPD98401_PC(shaper));
751 zpokel(zatm_dev,0,uPD98401_X(shaper));
759 dealloc_shaper(struct atm_dev *dev,int shaper) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_shaper.h17 struct shaper struct

Completed in 162 milliseconds