Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c321 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 …]
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1529 mlx5_flow_counter_free_t counter_free; member
H A Dmlx5_flow.c8213 fops->counter_free(dev, cnt); in mlx5_counter_free()
H A Dmlx5_flow_dv.c18509 .counter_free = flow_dv_counter_free,