Searched refs:rx_over (Results 1 – 4 of 4) sorted by relevance
196 int rx_over; member743 priv->rx_over = 0; in scc_open()1017 priv->rx_over = 0; in rx_on()1171 priv->rx_over = 2; in rx_isr()1189 priv->rx_over = 1; in special_condition()1202 if (priv->rx_over) { in special_condition()1205 if (priv->rx_over == 2) in special_condition()1209 priv->rx_over = 0; in special_condition()
579 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
2069 u32 rx_good, rx_over; in tlan_read_and_clear_stats() local2084 rx_over = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()2105 dev->stats.rx_errors += rx_over + crc + code; in tlan_read_and_clear_stats()2111 dev->stats.rx_over_errors += rx_over; in tlan_read_and_clear_stats()