Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1066 mtx_lock(&priv->async_events_mtx); in mlx5e_async_event()
1069 mtx_unlock(&priv->async_events_mtx); in mlx5e_async_event()
1081 mtx_lock(&priv->async_events_mtx); in mlx5e_disable_async_events()
1083 mtx_unlock(&priv->async_events_mtx); in mlx5e_disable_async_events()
3935 mtx_init(&priv->async_events_mtx, "mlx5async", MTX_NETWORK_LOCK, MTX_DEF); in mlx5e_priv_static_init()
3937 callout_init_mtx(&priv->watchdog, &priv->async_events_mtx, 0); in mlx5e_priv_static_init()
3956 mtx_destroy(&priv->async_events_mtx); in mlx5e_priv_static_init()
3972 mtx_destroy(&priv->async_events_mtx); in mlx5e_priv_static_destroy()
4765 mtx_lock(&priv->async_events_mtx); in mlx5e_create_ifp()
4767 mtx_unlock(&priv->async_events_mtx); in mlx5e_create_ifp()
H A Den.h1106 struct mtx async_events_mtx; /* sync hw events */ member