Searched refs:ts_p (Results 1 – 2 of 2) sorted by relevance
488 sh->txpp.ts_p = 0; in mlx5_txpp_create_clock_queue()764 sh->txpp.ts_p = 0; in mlx5_txpp_init_timestamp()1262 uint16_t ts_p; in mlx5_txpp_xstats_jitter() local1271 ts_p = txpp->ts_p; in mlx5_txpp_xstats_jitter()1273 ts_0 = ts_p - 2; in mlx5_txpp_xstats_jitter()1276 ts_1 = ts_p - 1; in mlx5_txpp_xstats_jitter()1282 } while (ts_p != txpp->ts_p); in mlx5_txpp_xstats_jitter()1302 uint16_t ts_p; in mlx5_txpp_xstats_wander() local1311 ts_p = txpp->ts_p; in mlx5_txpp_xstats_wander()1316 ts_1 = ts_p - 1; in mlx5_txpp_xstats_wander()[all …]
675 uint16_t ts_p; /* Pointer to statisticks timestamp. */ member