Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/arc/
A Demac_main.c646 u8 rxcrc, rxfram, rxoflow; in arc_emac_stats() local
653 rxoflow = rxerr >> 16; in arc_emac_stats()
656 stats->rx_errors += rxcrc + rxfram + rxoflow; in arc_emac_stats()
658 stats->rx_over_errors += rxoflow; in arc_emac_stats()

Completed in 4 milliseconds