Searched refs:tx_total (Results 1 – 1 of 1) sorted by relevance
358 unsigned long rx_total, tx_total; in led_get_net_stats() local362 rx_total = tx_total = 0; in led_get_net_stats()371 tx_total += stats->tx_packets; in led_get_net_stats()377 tx_total -= tx_total_last; in led_get_net_stats()380 led_net_rx_counter += CALC_ADD(rx_total, tx_total, addvalue); in led_get_net_stats()382 if (tx_total) in led_get_net_stats()383 led_net_tx_counter += CALC_ADD(tx_total, rx_total, addvalue); in led_get_net_stats()386 tx_total_last += tx_total; in led_get_net_stats()