Searched refs:throttled (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Dip2stat.c104 printf ( "throttled = %d ",pCh->throttled);
H A Di2lib.h91 int throttled; // Set if upper layer can take no data member in struct:_i2ChanStr
H A Di2lib.c247 pCh->throttled = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_csz.c246 int throttled; member in struct:csz_flow
556 if (this->throttled) {
570 if (!this->throttled)
573 /* Flow was throttled. Update its start&finish numbers
577 this->throttled = 0;
583 if (!this->throttled) {
584 /* Flow has just been throttled; remember
587 this->throttled = 1;
599 - throttled flow continues to be active from the viewpoint
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Ddigi_acceleport.c68 * the port is not currently throttled.
1819 * throttled, and -1 if the sanity checks failed.
1832 int flag,throttled; local
1854 throttled = priv->dp_throttled;
1855 if( throttled )
1882 if( throttled ) {
1920 return( throttled ? 1 : 0 );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetdevice.h158 unsigned throttled; member in struct:netif_rx_stats
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetdevice.h158 unsigned throttled; member in struct:netif_rx_stats
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dip2main.c1446 if (!pCh->throttled && (pCh->Ibuf_stuff != pCh->Ibuf_strip)) {
2167 pCh->throttled = 1;
2190 pCh->throttled = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1290 netdev_rx_stat[this_cpu].throttled++;
1829 netdev_rx_stat[i].throttled,

Completed in 120 milliseconds