Home
last modified time | relevance | path

Searched refs:rx_length_errors (Results 1 – 25 of 121) sorted by relevance

12345

/linux-2.4.37.9/include/linux/
Dif_hippi.h63 int rx_length_errors; member
/linux-2.4.37.9/drivers/net/
Dmac89x0.c485 if (status & RX_RUNT) lp->stats.rx_length_errors++; in net_rx()
486 if (status & RX_EXTRA_DATA) lp->stats.rx_length_errors++; in net_rx()
Dni5010.c514 if (rcv_stat & RS_RUNT) lp->stats.rx_length_errors++; in ni5010_rx()
529 lp->stats.rx_length_errors++; in ni5010_rx()
Dmacmace.c506 mp->stats.rx_length_errors += 256; in mace_handle_misc_intrs()
508 mp->stats.rx_length_errors += mb->rntpc; /* reading clears it */ in mace_handle_misc_intrs()
Dsb1000.c843 stats->rx_length_errors++; in sb1000_rx()
853 stats->rx_length_errors++; in sb1000_rx()
882 stats->rx_length_errors++; in sb1000_rx()
Dznet.c565 if (status & 0x0080) lp->stats.rx_length_errors++; in znet_rx()
567 lp->stats.rx_length_errors++; in znet_rx()
D3c515.c1340 vp->stats.rx_length_errors++; in corkscrew_rx()
1346 vp->stats.rx_length_errors++; in corkscrew_rx()
1408 vp->stats.rx_length_errors++; in boomerang_rx()
1414 vp->stats.rx_length_errors++; in boomerang_rx()
Dmace.c702 mp->stats.rx_length_errors += 256; in mace_handle_misc_intrs()
703 mp->stats.rx_length_errors += in_8(&mb->rntpc); /* reading clears it */ in mace_handle_misc_intrs()
999 ++mp->stats.rx_length_errors; in mace_rxdma_intr()
Dsaa9730.c163 lp->stats.rx_length_errors); in show_saa9730_regs()
709 lp->stats.rx_length_errors++; in lan_saa9730_rx()
Dyellowfin.c1136 yp->stats.rx_length_errors++;
1143 if (frame_status & 0x0060) yp->stats.rx_length_errors++;
1152 if (status1 & 0xC0) yp->stats.rx_length_errors++;
Dsunqe.c373 qep->net_stats.rx_length_errors++; in qe_is_bolixed()
427 qep->net_stats.rx_length_errors++; in qe_rx()
Dlp486e.c689 lp->stats.rx_length_errors++; in i596_rx_one()
699 lp->stats.rx_length_errors++; in i596_rx_one()
Deth16i.c1156 lp->stats.rx_length_errors++; in eth16i_rx()
1255 if(status & (SHORT_PKT_ERR << 8) ) lp->stats.rx_length_errors++; in eth16i_interrupt()
Dhamachi.c1415 hmp->stats.rx_length_errors++; in hamachi_rx()
1423 if (frame_status & 0x00600000) hmp->stats.rx_length_errors++; in hamachi_rx()
1821 hmp->stats.rx_length_errors = readl(ioaddr + 0x368); /* Over+Undersized */ in hamachi_get_stats()
Dfmv18x.c511 if (status & 0x08) lp->stats.rx_length_errors++; in net_rx()
D3c501.c727 lp->stats.rx_length_errors++; in el_interrupt()
Dsunbmac.c174 stats->rx_length_errors += sbus_readl(bregs + BMAC_GLECTR); in bigmac_get_counters()
808 bp->enet_stats.rx_length_errors++; in bigmac_rx()
/linux-2.4.37.9/drivers/net/tulip/
Dinterrupt.c160 tp->stats.rx_length_errors++; in tulip_rx()
170 tp->stats.rx_length_errors++; in tulip_rx()
/linux-2.4.37.9/drivers/net/ibm_emac/
Dibm_ocp_enet.c491 fep->stats.rx_length_errors++; in emac_rx_clean()
622 fep->stats.rx_length_errors++; in emac_mac_irq()
628 fep->stats.rx_length_errors++; in emac_mac_irq()
630 fep->stats.rx_length_errors++; in emac_mac_irq()
/linux-2.4.37.9/net/wanrouter/
Dwanproc.c421 "receive length errors", wandev->stats.rx_length_errors); in wandev_get_info()
1010 "receive length errors", wandev->stats.rx_length_errors); in wandev_get_info()
/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_var.h270 unsigned long rx_length_errors; member
Dlmc_main.c1785 sc->stats.rx_length_errors++; in lmc_rx()
1805 sc->stats.rx_length_errors++; in lmc_rx()
1811 sc->stats.rx_length_errors++; in lmc_rx()
/linux-2.4.37.9/drivers/net/pcmcia/
Dxircom_tulip_cb.c1227 tp->stats.rx_length_errors++; in xircom_rx()
1235 if (status & (Rx0Runt | Rx0HugeFrame)) tp->stats.rx_length_errors++; in xircom_rx()
1248 tp->stats.rx_length_errors++; in xircom_rx()
D3c589_cs.c1011 case 0x0800: lp->stats.rx_length_errors++; break; in el3_rx()
1013 case 0x1800: lp->stats.rx_length_errors++; break; in el3_rx()
/linux-2.4.37.9/drivers/net/arcnet/
Drfc1201.c291 lp->stats.rx_length_errors++; in rx()

12345