Home
last modified time | relevance | path

Searched refs:RxCRCErrs (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dvia-rhine.c425 RxMissed=0x7C, RxCRCErrs=0x7E, MiscCmd=0x81, enumerator
1601 readw(ioaddr + RxCRCErrs); in clear_tally_counters()
1657 np->stats.rx_crc_errors += readw(ioaddr + RxCRCErrs); in via_rhine_error()
1711 np->stats.rx_crc_errors += readw(ioaddr + RxCRCErrs); in via_rhine_get_stats()
Dnatsemi.c407 RxCRCErrs = 0x64, enumerator
1894 np->stats.rx_crc_errors += readl(ioaddr + RxCRCErrs); in __get_stats()