Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c545 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rlw_channel_set_rate_locked()
587 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rlw_channel_set_rate_locked()
619 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_worker()
634 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_worker()
678 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_worker()
704 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_worker()
732 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_worker()
953 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_init()
1028 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_close_workers()
1044 MLX5E_RL_WORKER_LOCK(rlw); in mlx5e_rl_close_workers()
[all …]
H A Den_rl.h50 #define MLX5E_RL_WORKER_LOCK(rlw) mtx_lock(&(rlw)->mtx) macro