Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5.h600 rte_spinlock_t free_sl; /* Lock for free list access. */ member
H A Dmlx5_flow_dv.c12196 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_release()
12198 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_release()
12323 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_alloc()
12328 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
12333 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
12358 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_alloc()
12360 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
H A Dmlx5.c440 rte_spinlock_init(&sh->aso_age_mng->free_sl); in mlx5_flow_aso_age_mng_init()