Home
last modified time | relevance | path

Searched refs:async_icosq_lock (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c223 spin_lock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
234 spin_unlock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
298 spin_lock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
301 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
332 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
403 spin_lock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
405 spin_unlock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
726 spin_lock(&c->async_icosq_lock); in mlx5e_ktls_rx_handle_resync_list()
741 spin_unlock(&c->async_icosq_lock); in mlx5e_ktls_rx_handle_resync_list()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dtx.c39 spin_lock_bh(&c->async_icosq_lock); in mlx5e_xsk_wakeup()
41 spin_unlock_bh(&c->async_icosq_lock); in mlx5e_xsk_wakeup()
Dsetup.c176 spin_lock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
178 spin_unlock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den.h707 spinlock_t async_icosq_lock; member
Den_main.c1872 spin_lock_init(&c->async_icosq_lock); in mlx5e_open_queues()