Home
last modified time | relevance | path

Searched refs:ovrn (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
D3c523.c1193 unsigned short crc, aln, rsc, ovrn; in elmc_get_stats() local
1201 ovrn = p->scb->ovrn_errs; in elmc_get_stats()
1202 p->scb->ovrn_errs -= ovrn; in elmc_get_stats()
1205 p->stats.rx_fifo_errors += ovrn; in elmc_get_stats()
Dsun3_82586.c1106 unsigned short crc,aln,rsc,ovrn; in sun3_82586_get_stats() local
1114 ovrn = swab16(p->scb->ovrn_errs); in sun3_82586_get_stats()
1118 p->stats.rx_fifo_errors += ovrn; in sun3_82586_get_stats()
Dni52.c1258 unsigned short crc,aln,rsc,ovrn; in ni52_get_stats() local
1266 ovrn = p->scb->ovrn_errs; in ni52_get_stats()
1270 p->stats.rx_fifo_errors += ovrn; in ni52_get_stats()