Searched refs:mts (Results 1 – 1 of 1) sorted by relevance
320 mlx5_txpp_convert_tx_ts(struct mlx5_dev_ctx_shared *sh, uint64_t mts) in mlx5_txpp_convert_tx_ts() argument339 mts -= sh->txpp.skew; in mlx5_txpp_convert_tx_ts()340 mts -= ts; in mlx5_txpp_convert_tx_ts()341 if (unlikely(mts >= UINT64_MAX / 2)) { in mlx5_txpp_convert_tx_ts()350 mts = (mts + tick - 1) / tick; in mlx5_txpp_convert_tx_ts()351 if (unlikely(mts >= (1 << MLX5_CQ_INDEX_WIDTH) / 2 - 1)) { in mlx5_txpp_convert_tx_ts()357 mts <<= 64 - MLX5_CQ_INDEX_WIDTH; in mlx5_txpp_convert_tx_ts()358 ci += mts; in mlx5_txpp_convert_tx_ts()