Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c489 sh->txpp.ts_n = 0; in mlx5_txpp_create_clock_queue()
765 sh->txpp.ts_n = 0; in mlx5_txpp_init_timestamp()
787 if (!sh->txpp.clock_queue.sq_ci && !sh->txpp.ts_n) in mlx5_txpp_gather_timestamp()
796 if (sh->txpp.ts_n < MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
797 ++sh->txpp.ts_n; in mlx5_txpp_gather_timestamp()
1264 if (txpp->ts_n < 2) { in mlx5_txpp_xstats_jitter()
1304 if (txpp->ts_n < MLX5_TXPP_REARM_SQ_SIZE) { in mlx5_txpp_xstats_wander()
H A Dmlx5.h674 uint16_t ts_n; /* Number of captured timestamps. */ member