Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h551 rte_spinlock_t free_sl; /* Lock for free list access. */ member
H A Dmlx5_flow_dv.c9371 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_release()
9373 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_release()
9498 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_alloc()
9503 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
9508 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
9533 rte_spinlock_lock(&mng->free_sl); in flow_dv_aso_age_alloc()
9535 rte_spinlock_unlock(&mng->free_sl); in flow_dv_aso_age_alloc()
H A Dmlx5.c388 rte_spinlock_init(&sh->aso_age_mng->free_sl); in mlx5_flow_aso_age_mng_init()