Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c119 struct mlx5_timer *timer = container_of(cc, struct mlx5_timer, cycles); in read_internal_timer()
131 struct mlx5_timer *timer; in mlx5_update_clock_info_page()
184 struct mlx5_timer *timer; in mlx5_timestamp_overflow()
188 timer = container_of(dwork, struct mlx5_timer, overflow_work); in mlx5_timestamp_overflow()
221 struct mlx5_timer *timer = &clock->timer; in mlx5_ptp_settime()
255 struct mlx5_timer *timer = &clock->timer; in mlx5_ptp_gettimex()
302 struct mlx5_timer *timer = &clock->timer; in mlx5_ptp_adjtime()
336 struct mlx5_timer *timer = &clock->timer; in mlx5_ptp_adjfreq()
435 struct mlx5_timer *timer; in find_target_cycles()
768 struct mlx5_timer *timer = &clock->timer; in mlx5_timecounter_init()
[all …]
Dclock.h68 struct mlx5_timer *timer = &clock->timer; in mlx5_timecounter_cyc2time()
/Linux-v5.15/include/linux/mlx5/
Ddriver.h684 struct mlx5_timer { struct
699 struct mlx5_timer timer; argument