Searched refs:ts_p (Results 1 – 2 of 2) sorted by relevance
404 sh->txpp.ts_p = 0; in mlx5_txpp_create_clock_queue()613 sh->txpp.ts_p = 0; in mlx5_txpp_init_timestamp()1110 uint16_t ts_p; in mlx5_txpp_xstats_jitter() local1119 ts_p = txpp->ts_p; in mlx5_txpp_xstats_jitter()1121 ts_0 = ts_p - 2; in mlx5_txpp_xstats_jitter()1124 ts_1 = ts_p - 1; in mlx5_txpp_xstats_jitter()1130 } while (ts_p != txpp->ts_p); in mlx5_txpp_xstats_jitter()1150 uint16_t ts_p; in mlx5_txpp_xstats_wander() local1159 ts_p = txpp->ts_p; in mlx5_txpp_xstats_wander()1164 ts_1 = ts_p - 1; in mlx5_txpp_xstats_wander()[all …]
1055 uint16_t ts_p; /* Pointer to statistics timestamp. */ member