Searched refs:TALLY (Results 1 – 1 of 1) sorted by relevance
179 TALLY = 0x44, /* tally counters for crc and mpa */ enumerator1480 np->stats.rx_missed_errors += ioread32(ioaddr + TALLY) & 0x7fff; in intr_handler()1484 (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16; in intr_handler()1594 np->stats.rx_missed_errors += ioread32(ioaddr + TALLY) & 0x7fff; in intr_handler()1597 np->stats.rx_crc_errors += (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16; in intr_handler()1755 np->stats.rx_missed_errors += ioread32(ioaddr + TALLY) & 0x7fff; in get_stats()1756 np->stats.rx_crc_errors += (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16; in get_stats()