Lines Matching refs:pcpu_stats
284 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_txhdr_ptp_data_construct()
317 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_txhdr_handle()
738 struct mlxsw_sp_port_pcpu_stats *pcpu_stats; in mlxsw_sp_port_xmit() local
752 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_port_xmit()
772 pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_xmit()
773 u64_stats_update_begin(&pcpu_stats->syncp); in mlxsw_sp_port_xmit()
774 pcpu_stats->tx_packets++; in mlxsw_sp_port_xmit()
775 pcpu_stats->tx_bytes += len; in mlxsw_sp_port_xmit()
776 u64_stats_update_end(&pcpu_stats->syncp); in mlxsw_sp_port_xmit()
778 this_cpu_inc(mlxsw_sp_port->pcpu_stats->tx_dropped); in mlxsw_sp_port_xmit()
846 p = per_cpu_ptr(mlxsw_sp_port->pcpu_stats, i); in mlxsw_sp_port_get_sw_stats64()
1672 mlxsw_sp_port->pcpu_stats = in mlxsw_sp_port_create()
1674 if (!mlxsw_sp_port->pcpu_stats) { in mlxsw_sp_port_create()
1883 free_percpu(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_create()
1918 free_percpu(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_port_remove()
2456 struct mlxsw_sp_port_pcpu_stats *pcpu_stats; in mlxsw_sp_rx_listener_no_mark_func() local
2466 pcpu_stats = this_cpu_ptr(mlxsw_sp_port->pcpu_stats); in mlxsw_sp_rx_listener_no_mark_func()
2467 u64_stats_update_begin(&pcpu_stats->syncp); in mlxsw_sp_rx_listener_no_mark_func()
2468 pcpu_stats->rx_packets++; in mlxsw_sp_rx_listener_no_mark_func()
2469 pcpu_stats->rx_bytes += skb->len; in mlxsw_sp_rx_listener_no_mark_func()
2470 u64_stats_update_end(&pcpu_stats->syncp); in mlxsw_sp_rx_listener_no_mark_func()