Home
last modified time | relevance | path

Searched refs:free_cts (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5.h1140 struct aso_ct_list free_cts; /* Free ASO CT objects list. */ member
H A Dmlx5.c759 LIST_INIT(&sh->ct_mng->free_cts); in mlx5_flow_aso_ct_mng_init()
H A Dmlx5_flow_dv.c12618 LIST_INSERT_HEAD(&mng->free_cts, ct, next); in flow_dv_aso_ct_dev_release()
12739 LIST_INSERT_HEAD(&mng->free_cts, &pool->actions[i], next); in flow_dv_ct_pool_create()
12772 ct = LIST_FIRST(&mng->free_cts); in flow_dv_aso_ct_alloc()