Searched refs:TALLY (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c178 TALLY = 0x44, /* tally counters for crc and mpa */ enumerator in enum:fealnx_offsets
1464 ioread32(ioaddr + TALLY) & 0x7fff;
1468 (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16;
1580 dev->stats.rx_missed_errors += ioread32(ioaddr + TALLY) & 0x7fff;
1584 (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16;
1743 ioread32(ioaddr + TALLY) & 0x7fff;
1745 (ioread32(ioaddr + TALLY) & 0x7fff0000) >> 16;

Completed in 38 milliseconds