Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c191 spin_lock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
202 spin_unlock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
268 spin_lock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
271 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
302 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
363 spin_lock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
375 spin_unlock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
/Linux-v5.10/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.c125 spin_lock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
127 spin_unlock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den.h669 spinlock_t async_icosq_lock; member
Den_main.c1871 spin_lock_init(&c->async_icosq_lock); in mlx5e_open_queues()