Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
Dmlx5_eq.c704 dev->priv.pme_stats.status_counters[module_status]++; in mlx5_port_module_event()
724 dev->priv.pme_stats.error_counters[error_type]++; in mlx5_port_module_event()
Dmlx5_main.c1388 &dev->priv.pme_stats.status_counters[MLX5_MODULE_STATUS_PLUGGED_ENABLED], in init_one()
1393 &dev->priv.pme_stats.status_counters[MLX5_MODULE_STATUS_UNPLUGGED], in init_one()
1399 &dev->priv.pme_stats.error_counters[i], in init_one()
/freebsd-12-stable/sys/dev/mlx5/
Ddriver.h632 struct mlx5_pme_stats pme_stats; member