Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/
H A Demac_main.c645 u8 rxcrc, rxfram, rxoflow; in arc_emac_stats() local
652 rxoflow = rxerr >> 16; in arc_emac_stats()
655 stats->rx_errors += rxcrc + rxfram + rxoflow; in arc_emac_stats()
657 stats->rx_over_errors += rxoflow; in arc_emac_stats()