Searched refs:curr_counter (Results 1 – 2 of 2) sorted by relevance
135 struct mlx5_fc *curr_counter = NULL; in mlx5e_tc_act_stats_add_flow() local146 curr_counter = attr->counter; in mlx5e_tc_act_stats_add_flow()153 err = mlx5e_tc_act_stats_add(handle, attr->tc_act_cookies[i], curr_counter); in mlx5e_tc_act_stats_add_flow()
45 static u64 amd_pmf_avg_acc_metric(u32 curr_counter, u32 prev_counter, in amd_pmf_avg_acc_metric() argument52 if (curr_counter <= prev_counter) in amd_pmf_avg_acc_metric()55 counter_diff = curr_counter - prev_counter; in amd_pmf_avg_acc_metric()