Searched refs:rx_over (Results 1 – 4 of 4) sorted by relevance
124 unsigned int rx_over; /* Receiver Overruns */ member
580 scc->stat.rx_over++; /* count them */ in scc_spint()1964 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()1966 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()2050 stat->rxframes, stat->rxerrs, stat->rx_over, in scc_net_seq_show()
392 struct fza_counter rx_over; /* receive data overruns */ member
2071 u32 rx_good, rx_over; in tlan_read_and_clear_stats() local2086 rx_over = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2107 dev->stats.rx_errors += rx_over + crc + code; in tlan_read_and_clear_stats()2113 dev->stats.rx_over_errors += rx_over; in tlan_read_and_clear_stats()