Home
last modified time | relevance | path

Searched refs:cev_callout (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1902 callout_reset_curcpu(&sq->cev_callout, hz, mlx5e_sq_cev_timeout, sq); in mlx5e_sq_cev_timeout()
1931 callout_stop(&sq->cev_callout); in mlx5e_drain_sq()
2201 callout_init_mtx(&sq->cev_callout, &sq->lock, 0); in mlx5e_chan_static_init()
2234 callout_drain(&c->sq[tc].cev_callout); in mlx5e_chan_static_destroy()
H A Den.h850 struct callout cev_callout; member
H A Dmlx5_en_rl.c233 callout_init_mtx(&sq->cev_callout, &sq->lock, 0); in mlx5e_rl_chan_mtx_init()