Home
last modified time | relevance | path

Searched refs:rx_over (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/net/hamradio/
Ddmascc.c231 int rx_over; member
744 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()
Dscc.c580 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()
/linux-2.4.37.9/include/linux/
Dscc.h123 unsigned int rx_over; /* Receiver Overruns */ member
/linux-2.4.37.9/drivers/net/
Dtlan.c2128 u32 rx_good, rx_over; in TLan_ReadAndClearStats() local
2143 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()