Searched refs:tmp_rx_packets (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c598 u64 tmp_rx_packets, tmp_rx_bytes; mlxsw_core_rx_stats_dbg_read() local
615 tmp_rx_packets = p->trap_rx_packets[i]; for_each_possible_cpu()
619 rx_packets += tmp_rx_packets; for_each_possible_cpu()
642 tmp_rx_packets = p->port_rx_packets[i]; for_each_possible_cpu()
646 rx_packets += tmp_rx_packets; for_each_possible_cpu()

Completed in 53 milliseconds