mlx5_fc_query_cached
mlx5_fc_query_cached(meter->act_counter, &bytes1, &packets1, &lastuse1);
mlx5_fc_query_cached(meter->drop_counter, &bytes2, &packets2, &lastuse2);
mlx5_fc_query_cached(entry->counter->counter, &bytes, &packets, &lastuse);
mlx5_fc_query_cached(ipsec_rule->auth.fc, &auth_bytes,
mlx5_fc_query_cached(ipsec_rule->trailer.fc, &trailer_bytes,
mlx5_fc_query_cached(ipsec_rule->replay.fc, &replay_bytes,
mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse);
mlx5_fc_query_cached(counter, &bytes, &packets, &lastuse);
mlx5_fc_query_cached(counter, &bytes2, &packets2,
void mlx5_fc_query_cached(struct mlx5_fc *counter,