Searched refs:async_events_mtx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c589 mtx_lock(&priv->async_events_mtx);
592 mtx_unlock(&priv->async_events_mtx);
604 mtx_lock(&priv->async_events_mtx);
606 mtx_unlock(&priv->async_events_mtx);
2793 mtx_init(&priv->async_events_mtx, "mlx5async", MTX_NETWORK_LOCK, MTX_DEF);
2795 callout_init_mtx(&priv->watchdog, &priv->async_events_mtx, 0);
2801 mtx_destroy(&priv->async_events_mtx);
3082 mtx_lock(&priv->async_events_mtx);
3084 mtx_unlock(&priv->async_events_mtx);
H A Den.h655 struct mtx async_events_mtx; /* sync hw events */ member in struct:mlx5e_priv

Completed in 63 milliseconds