Searched refs:policer_stats (Results 1 – 3 of 3) sorted by relevance
666 fm->policer_stats.cnt[i] = mlx5_counter_alloc(dev); in mlx5_flow_meter_create()667 if (!fm->policer_stats.cnt[i]) in mlx5_flow_meter_create()680 fm->policer_stats.stats_mask = params->stats_mask; in mlx5_flow_meter_create()689 if (fm->policer_stats.cnt[i]) in mlx5_flow_meter_create()690 mlx5_counter_free(dev, fm->policer_stats.cnt[i]); in mlx5_flow_meter_create()749 if (fm->policer_stats.cnt[i]) in mlx5_flow_meter_destroy()750 mlx5_counter_free(dev, fm->policer_stats.cnt[i]); in mlx5_flow_meter_destroy()992 fm->policer_stats.stats_mask = stats_mask; in mlx5_flow_meter_stats_update()1049 ps = &fm->policer_stats; in mlx5_flow_meter_stats_read()1283 if (fm->policer_stats.cnt[i]) in mlx5_flow_meter_flush()[all …]
880 struct mlx5_flow_policer_stats policer_stats; member
12150 if (!fm->policer_stats.cnt[i]) in flow_dv_create_mtr_tbl()12153 fm->policer_stats.cnt[i], NULL); in flow_dv_create_mtr_tbl()