Home
last modified time | relevance | path

Searched refs:trap_stats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.c53 rq->stats = &priv->trap_stats.rq; in mlx5e_init_trap_rq()
147 t->stats = &priv->trap_stats.ch; in mlx5e_open_trap()
/openbmc/linux/net/devlink/
H A Dtrap.c156 static void devlink_trap_stats_read(struct devlink_stats __percpu *trap_stats, in devlink_trap_stats_read() argument
167 cpu_stats = per_cpu_ptr(trap_stats, i); in devlink_trap_stats_read()
181 struct devlink_stats __percpu *trap_stats) in devlink_trap_group_stats_put() argument
186 devlink_trap_stats_read(trap_stats, &stats); in devlink_trap_group_stats_put()
1455 devlink_trap_stats_update(struct devlink_stats __percpu *trap_stats, in devlink_trap_stats_update() argument
1460 stats = this_cpu_ptr(trap_stats); in devlink_trap_stats_update()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h899 struct mlx5e_channel_stats trap_stats; member