Home
last modified time | relevance | path

Searched refs:sqsl (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c241 rte_spinlock_init(&sq->sqsl); in mlx5_aso_sq_create()
656 rte_spinlock_lock(&sq->sqsl); in mlx5_aso_mtr_sq_enqueue_single()
726 rte_spinlock_unlock(&sq->sqsl); in mlx5_aso_mtr_sq_enqueue_single()
761 rte_spinlock_lock(&sq->sqsl); in mlx5_aso_mtr_completion_handle()
793 rte_spinlock_unlock(&sq->sqsl); in mlx5_aso_mtr_completion_handle()
892 rte_spinlock_lock(&sq->sqsl); in mlx5_aso_ct_sq_enqueue_single()
989 rte_spinlock_unlock(&sq->sqsl); in mlx5_aso_ct_sq_enqueue_single()
1059 rte_spinlock_lock(&sq->sqsl); in mlx5_aso_ct_sq_query_single()
1102 rte_spinlock_unlock(&sq->sqsl); in mlx5_aso_ct_sq_query_single()
1126 rte_spinlock_lock(&sq->sqsl); in mlx5_aso_ct_completion_handle()
[all …]
H A Dmlx5.h563 rte_spinlock_t sqsl; member