Searched refs:skew (Results 1 – 4 of 4) sorted by relevance
261 uint64_t skew = fs->ts_skew; in pkt_burst_prepare() local264 if (unlikely(!skew)) { in pkt_burst_prepare()285 skew = timestamp_initial[fs->tx_port] + in pkt_burst_prepare()287 fs->ts_skew = skew; in pkt_burst_prepare()293 skew += tx_pkt_times_inter; in pkt_burst_prepare()296 (pkt, timestamp_off, uint64_t *) = skew; in pkt_burst_prepare()297 fs->ts_skew = skew; in pkt_burst_prepare()298 timestamp_mark.ts = rte_cpu_to_be_64(skew); in pkt_burst_prepare()300 skew += tx_pkt_times_intra; in pkt_burst_prepare()303 (pkt, timestamp_off, uint64_t *) = skew; in pkt_burst_prepare()[all …]
827 sh->txpp.skew = sh->config.tx_skew; in mlx5_txpp_create()853 sh->txpp.skew = 0; in mlx5_txpp_create()875 sh->txpp.skew = 0; in mlx5_txpp_destroy()
339 mts -= sh->txpp.skew; in mlx5_txpp_convert_tx_ts()1680 ts -= sh->txpp.skew; in mlx5_tx_schedule_send()
1047 int32_t skew; /* Scheduling skew. */ member