Searched refs:num_of_diagnostic_counters (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_diag_cnt.c | 47 max = MLX5_CAP_GEN(dev, num_of_diagnostic_counters); in mlx5_sysctl_counter_id() 278 MLX5_CAP_GEN(dev, num_of_diagnostic_counters)); in mlx5_sysctl_cap_read() 282 for (i = 0; i != MLX5_CAP_GEN(dev, num_of_diagnostic_counters); i++) in mlx5_sysctl_cap_read() 297 u32 num_counters = MLX5_CAP_GEN(dev, num_of_diagnostic_counters); in get_supported_cnt_ids() 320 for (i = 0; i != MLX5_CAP_GEN(dev, num_of_diagnostic_counters); i++) in reset_cnt_id() 330 for (i = 0; i != MLX5_CAP_GEN(dev, num_of_diagnostic_counters); i++) { in enable_cnt_id() 340 if (i == MLX5_CAP_GEN(dev, num_of_diagnostic_counters)) in enable_cnt_id() 403 for (i = j = 0; i != MLX5_CAP_GEN(dev, num_of_diagnostic_counters); i++) { in mlx5_diag_set_params()
|
H A D | mlx5_diagnostics.c | 98 numcounters = MLX5_CAP_GEN(dev, num_of_diagnostic_counters); in mlx5_core_set_diagnostics_full() 179 numcounters = MLX5_CAP_GEN(dev, num_of_diagnostic_counters); in mlx5_core_get_diagnostics_full() 281 numcounters = MLX5_CAP_GEN(dev, num_of_diagnostic_counters); in mlx5_core_supports_diagnostics()
|
H A D | diag_cnt.h | 34 MLX5_CAP_GEN(mdev, num_of_diagnostic_counters))
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 1525 u8 num_of_diagnostic_counters[0x10]; member
|