Searched refs:async_events_mtx (Results 1 – 2 of 2) sorted by relevance
622 mtx_lock(&priv->async_events_mtx); in mlx5e_async_event()625 mtx_unlock(&priv->async_events_mtx); in mlx5e_async_event()637 mtx_lock(&priv->async_events_mtx); in mlx5e_disable_async_events()639 mtx_unlock(&priv->async_events_mtx); in mlx5e_disable_async_events()3001 mtx_init(&priv->async_events_mtx, "mlx5async", MTX_NETWORK_LOCK, MTX_DEF); in mlx5e_priv_mtx_init()3003 callout_init_mtx(&priv->watchdog, &priv->async_events_mtx, 0); in mlx5e_priv_mtx_init()3010 mtx_destroy(&priv->async_events_mtx); in mlx5e_priv_mtx_destroy()3302 mtx_lock(&priv->async_events_mtx); in mlx5e_create_ifp()3304 mtx_unlock(&priv->async_events_mtx); in mlx5e_create_ifp()
702 struct mtx async_events_mtx; /* sync hw events */ member