Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c266 uint64_t rt_cur_to_prev, res_s, res_n, res_s_modulo, res; in mlx5e_mbuf_tstmp() local
304 res_n = tstmp_nsec * rt_cur_to_prev; in mlx5e_mbuf_tstmp()
313 res_n += res_s_modulo; in mlx5e_mbuf_tstmp()
315 res_n /= hw_clk_div; in mlx5e_mbuf_tstmp()
318 res = res_s + res_n; in mlx5e_mbuf_tstmp()