Searched refs:rx_length_errors (Results 1 - 25 of 122) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/tools/upnp/igd/
H A Digd.h31 unsigned long rx_length_errors; member in struct:_if_stats
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_hippi.h63 int rx_length_errors; member in struct:hipnet_statistics
H A Dif_fddi.h120 __u32 rx_length_errors; member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_hippi.h63 int rx_length_errors; member in struct:hipnet_statistics
H A Dif_fddi.h120 __u32 rx_length_errors; member in struct:fddi_statistics
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tulip/
H A Dinterrupt.c139 tp->stats.rx_length_errors++;
147 if (status & 0x0890) tp->stats.rx_length_errors++;
162 tp->stats.rx_length_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dmac89x0.c490 if (status & RX_RUNT) lp->stats.rx_length_errors++;
491 if (status & RX_EXTRA_DATA) lp->stats.rx_length_errors++;
H A Dmacmace.c466 mp->stats.rx_length_errors += 256;
468 mp->stats.rx_length_errors += mb->rntpc; /* reading clears it */
H A Dni5010.c513 if (rcv_stat & RS_RUNT) lp->stats.rx_length_errors++;
528 lp->stats.rx_length_errors++;
H A Dznet.c559 if (status & 0x0080) lp->stats.rx_length_errors++;
561 lp->stats.rx_length_errors++;
H A Dmace.c605 mp->stats.rx_length_errors += 256;
606 mp->stats.rx_length_errors += in_8(&mb->rntpc); /* reading clears it */
886 ++mp->stats.rx_length_errors;
H A Dsb1000.c847 stats->rx_length_errors++;
857 stats->rx_length_errors++;
886 stats->rx_length_errors++;
H A D3c515.c1339 vp->stats.rx_length_errors++;
1345 vp->stats.rx_length_errors++;
1407 vp->stats.rx_length_errors++;
1413 vp->stats.rx_length_errors++;
H A Dlp486e.c584 lp->stats.rx_length_errors++;
594 lp->stats.rx_length_errors++;
H A Dsaa9730.c162 printk("lp->stats.rx_length_errors = %lx\n",
163 lp->stats.rx_length_errors);
709 lp->stats.rx_length_errors++;
H A Dsunqe.c373 qep->net_stats.rx_length_errors++;
427 qep->net_stats.rx_length_errors++;
H A Deth16i.c1108 lp->stats.rx_length_errors++;
1207 if(status & (SHORT_PKT_ERR << 8) ) lp->stats.rx_length_errors++;
H A Dyellowfin.c1126 yp->stats.rx_length_errors++;
1133 if (frame_status & 0x0060) yp->stats.rx_length_errors++;
1142 if (status1 & 0xC0) yp->stats.rx_length_errors++;
H A Dhamachi.c1561 hmp->stats.rx_length_errors++;
1569 if (frame_status & 0x00600000) hmp->stats.rx_length_errors++;
1864 hmp->stats.rx_length_errors = readl(ioaddr + 0x368); /* Over+Undersized */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_var.h270 unsigned long rx_length_errors; member in struct:lmc_statistics
H A Dlmc_main.c1785 sc->stats.rx_length_errors++;
1805 sc->stats.rx_length_errors++;
1811 sc->stats.rx_length_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/wanrouter/
H A Dwanproc.c420 "receive length errors", wandev->stats.rx_length_errors);
1009 "receive length errors", wandev->stats.rx_length_errors);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dxircom_tulip_cb.c1218 tp->stats.rx_length_errors++;
1226 if (status & (Rx0Runt | Rx0HugeFrame)) tp->stats.rx_length_errors++;
1239 tp->stats.rx_length_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Denet.c448 cep->stats.rx_length_errors++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Denet.c472 cep->stats.rx_length_errors++;

Completed in 289 milliseconds

12345