Searched refs:rx_over (Results 1 – 5 of 5) sorted by relevance
196 int rx_over; member743 priv->rx_over = 0; in scc_open()1016 priv->rx_over = 0; in rx_on()1170 priv->rx_over = 2; in rx_isr()1188 priv->rx_over = 1; in special_condition()1201 if (priv->rx_over) { in special_condition()1204 if (priv->rx_over == 2) in special_condition()1208 priv->rx_over = 0; in special_condition()
579 scc->stat.rx_over++; /* count them */ in scc_spint()1963 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()1965 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()2049 stat->rxframes, stat->rxerrs, stat->rx_over, in scc_net_seq_show()
124 unsigned int rx_over; /* Receiver Overruns */ member
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()
Completed in 24 milliseconds