Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_rx.c205 spin_lock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
216 spin_unlock_bh(&c->async_icosq_lock); in post_rx_param_wqes()
281 spin_lock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
284 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
315 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
376 spin_lock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
388 spin_unlock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
/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()
/drivers/net/ethernet/mellanox/mlx5/core/
Den.h670 spinlock_t async_icosq_lock; member
Den_main.c1875 spin_lock_init(&c->async_icosq_lock); in mlx5e_open_queues()