Home
last modified time | relevance | path

Searched defs:rlw (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c243 mlx5e_rl_open_channel(struct mlx5e_rl_worker *rlw, int eq_ix, in mlx5e_rl_open_channel()
498 mlx5e_rlw_channel_set_rate_locked(struct mlx5e_rl_worker *rlw, in mlx5e_rlw_channel_set_rate_locked()
596 struct mlx5e_rl_worker *rlw = arg; in mlx5e_rl_worker() local
941 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_init() local
997 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_open_workers() local
1025 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers() local
1041 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers() local
1088 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_cleanup() local
1100 mlx5e_rlw_queue_channel_locked(struct mlx5e_rl_worker *rlw, in mlx5e_rlw_queue_channel_locked()
1108 mlx5e_rl_free(struct mlx5e_rl_worker *rlw, struct mlx5e_rl_channel *channel) in mlx5e_rl_free()
[all …]
H A Den_rl.h50 #define MLX5E_RL_WORKER_LOCK(rlw) mtx_lock(&(rlw)->mtx) argument
51 #define MLX5E_RL_WORKER_UNLOCK(rlw) mtx_unlock(&(rlw)->mtx) argument
H A Dmlx5_en_main.c880 struct mlx5e_rl_worker *rlw = priv->rl.workers + j; in mlx5e_update_stats_locked() local