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()
279 spin_lock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
282 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
313 spin_unlock_bh(&sq->channel->async_icosq_lock); in resync_post_get_progress_params()
388 spin_lock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
390 spin_unlock_bh(&c->async_icosq_lock); in resync_handle_seq_match()
710 spin_lock(&c->async_icosq_lock); in mlx5e_ktls_rx_handle_resync_list()
729 spin_unlock(&c->async_icosq_lock); in mlx5e_ktls_rx_handle_resync_list()
/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.c183 spin_lock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
185 spin_unlock_bh(&c->async_icosq_lock); in mlx5e_activate_xsk()
/drivers/net/ethernet/mellanox/mlx5/core/
Den.h717 spinlock_t async_icosq_lock; member
Den_main.c1880 spin_lock_init(&c->async_icosq_lock); in mlx5e_open_queues()