Home
last modified time | relevance | path

Searched refs:mlx5e_rl_worker (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()
593 mlx5e_rl_worker(void *arg) in mlx5e_rl_worker() function
596 struct mlx5e_rl_worker *rlw = arg; in mlx5e_rl_worker()
941 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_init()
997 struct mlx5e_rl_worker *rlw = rl->workers + j; in mlx5e_rl_open_workers()
1000 error = kproc_kthread_add(mlx5e_rl_worker, rlw, &rl_proc, &rl_thread, in mlx5e_rl_open_workers()
1025 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
1041 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_close_workers()
1088 struct mlx5e_rl_worker *rlw = rl->workers + y; in mlx5e_rl_cleanup()
[all …]
H A Den_rl.h133 struct mlx5e_rl_worker *worker;
142 struct mlx5e_rl_worker { struct
158 struct mlx5e_rl_worker *workers; argument
H A Dmlx5_en_main.c880 struct mlx5e_rl_worker *rlw = priv->rl.workers + j; in mlx5e_update_stats_locked()