Searched refs:tx_coll (Results 1 – 1 of 1) sorted by relevance
1946 u32 rx_mcast, tx_coll; in mxl862xx_stats_poll() local1967 tx_coll = le32_to_cpu(cnt.tx_coll_count); in mxl862xx_stats_poll()1994 s->collisions += mxl862xx_delta32(tx_coll, s->prev_tx_coll_count); in mxl862xx_stats_poll()2018 s->prev_tx_coll_count = tx_coll; in mxl862xx_stats_poll()