Lines Matching refs:pcpu_stats

545 	struct mlxsw_sp_port_pcpu_stats *pcpu_stats;  in mlxsw_sp_port_xmit()  local
554 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_port_xmit()
565 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_port_xmit()
581 pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_xmit()
582 u64_stats_update_begin(&pcpu_stats->syncp); in mlxsw_sp_port_xmit()
583 pcpu_stats->tx_packets++; in mlxsw_sp_port_xmit()
584 pcpu_stats->tx_bytes += len; in mlxsw_sp_port_xmit()
585 u64_stats_update_end(&pcpu_stats->syncp); in mlxsw_sp_port_xmit()
587 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_port_xmit()
655 p = per_cpu_ptr(mlxsw_sp_port->pcpu_stats, i); in mlxsw_sp_port_get_sw_stats64()
1432 mlxsw_sp_port->pcpu_stats = in mlxsw_sp_port_create()
1434 if (!mlxsw_sp_port->pcpu_stats) { in mlxsw_sp_port_create()
1650 free_percpu(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_create()
1677 free_percpu(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_remove()
2119 struct mlxsw_sp_port_pcpu_stats *pcpu_stats; in mlxsw_sp_rx_listener_no_mark_func() local
2129 pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_rx_listener_no_mark_func()
2130 u64_stats_update_begin(&pcpu_stats->syncp); in mlxsw_sp_rx_listener_no_mark_func()
2131 pcpu_stats->rx_packets++; in mlxsw_sp_rx_listener_no_mark_func()
2132 pcpu_stats->rx_bytes += skb->len; in mlxsw_sp_rx_listener_no_mark_func()
2133 u64_stats_update_end(&pcpu_stats->syncp); in mlxsw_sp_rx_listener_no_mark_func()