Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/hamradio/
Ddmascc.c209 int rx_over; member
755 priv->rx_over = 0; in scc_open()
1032 priv->rx_over = 0; in rx_on()
1186 priv->rx_over = 2; in rx_isr()
1204 priv->rx_over = 1; in special_condition()
1217 if (priv->rx_over) { in special_condition()
1220 if (priv->rx_over == 2) in special_condition()
1224 priv->rx_over = 0; in special_condition()
Dscc.c578 scc->stat.rx_over++; /* count them */ in scc_spint()
1961 scc->dev_stat.rx_errors = scc->stat.rxerrs + scc->stat.rx_over; in scc_net_get_stats()
1963 scc->dev_stat.rx_fifo_errors = scc->stat.rx_over; in scc_net_get_stats()
2047 stat->rxframes, stat->rxerrs, stat->rx_over, in scc_net_seq_show()
/Linux-v4.19/include/uapi/linux/
Dscc.h123 unsigned int rx_over; /* Receiver Overruns */ member
/Linux-v4.19/drivers/net/ethernet/ti/
Dtlan.c2095 u32 rx_good, rx_over; in tlan_read_and_clear_stats() local
2110 rx_over = inb(dev->base_addr + TLAN_DIO_DATA + 3); in tlan_read_and_clear_stats()
2131 dev->stats.rx_errors += rx_over + crc + code; in tlan_read_and_clear_stats()
2137 dev->stats.rx_over_errors += rx_over; in tlan_read_and_clear_stats()