Home
last modified time | relevance | path

Searched refs:counter_free (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c328 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 …]
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1212 mlx5_flow_counter_free_t counter_free; member
H A Dmlx5_flow.c6359 fops->counter_free(dev, cnt); in mlx5_counter_free()
H A Dmlx5_flow_dv.c12639 .counter_free = flow_dv_counter_free,