Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c502 static int rxlen_last; in emac_rx() local
517 if ((db->skb_last != NULL) && (rxlen_last > 0)) { in emac_rx()
518 dev->stats.rx_bytes += rxlen_last; in emac_rx()
526 rxlen_last = 0; in emac_rx()