Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/mxl862xx/
H A Dmxl862xx.c1942 u32 rx_mcast, tx_coll; in mxl862xx_stats_poll() local
1963 tx_coll = le32_to_cpu(cnt.tx_coll_count); in mxl862xx_stats_poll()
1990 s->collisions += mxl862xx_delta32(tx_coll, s->prev_tx_coll_count); in mxl862xx_stats_poll()
2014 s->prev_tx_coll_count = tx_coll; in mxl862xx_stats_poll()