Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c1260 struct mlx5_txpp_ts tsa0, tsa1; in mlx5_txpp_xstats_jitter() local
1279 mlx5_txpp_read_tsa(txpp, &tsa0, ts_0); in mlx5_txpp_xstats_jitter()
1284 dts = tsa1.ts - tsa0.ts; in mlx5_txpp_xstats_jitter()
1286 (tsa0.ci_ts >> (64 - MLX5_CQ_INDEX_WIDTH)); in mlx5_txpp_xstats_jitter()
1300 struct mlx5_txpp_ts tsa0, tsa1; in mlx5_txpp_xstats_wander() local
1319 mlx5_txpp_read_tsa(txpp, &tsa0, ts_0); in mlx5_txpp_xstats_wander()
1324 dts = tsa1.ts - tsa0.ts; in mlx5_txpp_xstats_wander()
1326 (tsa0.ci_ts >> (64 - MLX5_CQ_INDEX_WIDTH)); in mlx5_txpp_xstats_wander()