Searched refs:counter_free (Results 1 – 4 of 4) sorted by relevance
321 if (counter_free) { in ice_fdir_counter_alloc()326 counter_free->ref_cnt++; in ice_fdir_counter_alloc()327 return counter_free; in ice_fdir_counter_alloc()333 if (counter_free) in ice_fdir_counter_alloc()335 counter_free = NULL; in ice_fdir_counter_alloc()338 if (!counter_free) { in ice_fdir_counter_alloc()343 counter_free->shared = shared; in ice_fdir_counter_alloc()344 counter_free->id = id; in ice_fdir_counter_alloc()345 counter_free->ref_cnt = 1; in ice_fdir_counter_alloc()346 counter_free->pool = pool; in ice_fdir_counter_alloc()[all …]
1529 mlx5_flow_counter_free_t counter_free; member
8213 fops->counter_free(dev, cnt); in mlx5_counter_free()
18509 .counter_free = flow_dv_counter_free,