Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den.h504 spinlock_t async_events_spinlock; /* sync hw events */ member
Den_main.c288 spin_lock(&priv->async_events_spinlock); in mlx5e_async_event()
291 spin_unlock(&priv->async_events_spinlock); in mlx5e_async_event()
301 spin_lock_irq(&priv->async_events_spinlock); in mlx5e_disable_async_events()
303 spin_unlock_irq(&priv->async_events_spinlock); in mlx5e_disable_async_events()
2019 spin_lock_init(&priv->async_events_spinlock); in mlx5e_build_netdev_priv()