Searched refs:tx_coll (Results 1 – 1 of 1) sorted by relevance
1942 u32 rx_mcast, tx_coll; in mxl862xx_stats_poll() local1963 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()