Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c405 sh->txpp.ts_n = 0; in mlx5_txpp_create_clock_queue()
614 sh->txpp.ts_n = 0; in mlx5_txpp_init_timestamp()
632 if (!sh->txpp.clock_queue.sq_ci && !sh->txpp.ts_n) in mlx5_txpp_gather_timestamp()
641 if (sh->txpp.ts_n < MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
642 ++sh->txpp.ts_n; in mlx5_txpp_gather_timestamp()
1112 if (txpp->ts_n < 2) { in mlx5_txpp_xstats_jitter()
1152 if (txpp->ts_n < MLX5_TXPP_REARM_SQ_SIZE) { in mlx5_txpp_xstats_wander()
H A Dmlx5.h1054 uint16_t ts_n; /* Number of captured timestamps. */ member