Searched refs:rx_over (Results 1 – 4 of 4) sorted by relevance
231 int rx_over; member744 priv->rx_over = 0; in scc_open()1035 priv->rx_over = 2; in rx_isr()1052 priv->rx_over = 1; in special_condition()1063 if (priv->rx_over) { in special_condition()1066 if (priv->rx_over == 2) priv->stats.rx_length_errors++; in special_condition()1068 priv->rx_over = 0; in special_condition()1211 priv->rx_over = 0; in rx_on()
580 scc->stat.rx_over++; /* count them */ in scc_spint()1985 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()1987 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()2052 stat->rxframes, stat->rxerrs, stat->rx_over, in scc_net_get_info()
123 unsigned int rx_over; /* Receiver Overruns */ member
2128 u32 rx_good, rx_over; in TLan_ReadAndClearStats() local2143 rx_over = inb( dev->base_addr + TLAN_DIO_DATA + 3 ); in TLan_ReadAndClearStats()2164 priv->stats.rx_errors += rx_over + crc + code; in TLan_ReadAndClearStats()2169 priv->stats.rx_over_errors += rx_over; in TLan_ReadAndClearStats()