Searched refs:rxfram (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/ethernet/arc/
H A Demac_main.c646 u8 rxcrc, rxfram, rxoflow; local
652 rxfram = rxerr >> 8;
656 stats->rx_errors += rxcrc + rxfram + rxoflow;
659 stats->rx_frame_errors += rxfram;

Completed in 351 milliseconds