Searched refs:rx_over_errors (Results 1 - 25 of 105) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dx25_asy.h40 unsigned long rx_over_errors; /* Frame bigger then X.25 buf. */ member in struct:x25_asy
H A Dx25_asy.c190 sl->rx_over_errors++;
682 stats.rx_over_errors = sl->rx_over_errors;
761 sl->rx_over_errors++;
H A Dcomx-hw-mixcom.c304 ch->stats.rx_over_errors++;
343 ch->stats.rx_over_errors++;
H A Dcycx_x25.c1087 card->wandev.stats.rx_over_errors = card->u.x.stats.rx_over_errors;
1543 printk(KERN_INFO "rx_over_errors=%d\n", stats->rx_over_errors);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dmkiss.h40 unsigned long rx_over_errors; /* Frame bigger then SLIP buf. */ member in struct:ax_disp
H A Dmkiss.c281 ax->rx_over_errors++;
721 stats.rx_over_errors = ax->rx_over_errors;
838 ax->rx_over_errors++;
/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Digd.h32 unsigned long rx_over_errors; /* receiver ring buff overflow */ member in struct:_if_stats
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.h79 unsigned long rx_over_errors; /* Frame bigger then SLIP buf. */ member in struct:slip
H A Dslip.c297 sl->rx_over_errors++;
356 sl->rx_over_errors++;
606 stats.rx_over_errors = sl->rx_over_errors;
1038 sl->rx_over_errors++;
1116 sl->rx_over_errors++;
H A D7990.c274 lp->stats.rx_over_errors++;
283 if (bits & LE_R1_OFL) lp->stats.rx_over_errors++;
H A Dde620.c671 ((struct net_device_stats *)(dev->priv))->rx_over_errors++;
691 ((struct net_device_stats *)(dev->priv))->rx_over_errors++;
H A Disa-skeleton.c523 if (status & 0x10) lp->stats.rx_over_errors++;
H A Dsunlance.c521 lp->stats.rx_over_errors++;
529 if (bits & LE_R1_OFL) lp->stats.rx_over_errors++;
695 lp->stats.rx_over_errors++;
703 if (bits & LE_R1_OFL) lp->stats.rx_over_errors++;
H A Dsunqe.c333 qep->net_stats.rx_over_errors += 256;
344 qep->net_stats.rx_over_errors++;
H A Da2065.c306 lp->stats.rx_over_errors++;
315 if (bits & LE_R1_OFL) lp->stats.rx_over_errors++;
H A Ddeclance.c561 lp->stats.rx_over_errors++;
572 lp->stats.rx_over_errors++;
H A Dstrip.c261 unsigned long rx_over_errors; /* Frame bigger then STRIP buf. */ member in struct:strip
981 strip_info->rx_over_errors++;
2350 strip_info->rx_over_errors++;
2414 stats.rx_over_errors = strip_info->rx_over_errors;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_hippi.h64 int rx_over_errors; /* receiver ring buff overflow */ member in struct:hipnet_statistics
H A Dcycx_x25.h98 u16 rx_over_errors PACKED;
H A Dif_fddi.h121 __u32 rx_over_errors; /* receiver ring buff overflow */ member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_hippi.h64 int rx_over_errors; /* receiver ring buff overflow */ member in struct:hipnet_statistics
H A Dcycx_x25.h98 u16 rx_over_errors PACKED;
H A Dif_fddi.h121 __u32 rx_over_errors; /* receiver ring buff overflow */ member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_var.h271 unsigned long rx_over_errors; /* receiver ring buff overflow */ member in struct:lmc_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Dwanproc.c422 "receiver overrun errors", wandev->stats.rx_over_errors);
1011 "receiver overrun errors", wandev->stats.rx_over_errors);

Completed in 346 milliseconds

12345