Searched refs:counter_free (Results 1 – 4 of 4) sorted by relevance
328 if (counter_free) { in ice_fdir_counter_alloc()333 counter_free->ref_cnt++; in ice_fdir_counter_alloc()334 return counter_free; in ice_fdir_counter_alloc()340 if (counter_free) in ice_fdir_counter_alloc()342 counter_free = NULL; in ice_fdir_counter_alloc()345 if (!counter_free) { in ice_fdir_counter_alloc()350 counter_free->shared = shared; in ice_fdir_counter_alloc()351 counter_free->id = id; in ice_fdir_counter_alloc()352 counter_free->ref_cnt = 1; in ice_fdir_counter_alloc()353 counter_free->pool = pool; in ice_fdir_counter_alloc()[all …]
1212 mlx5_flow_counter_free_t counter_free; member
6359 fops->counter_free(dev, cnt); in mlx5_counter_free()
12639 .counter_free = flow_dv_counter_free,