Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h177 #define MLX5_TXPP_REARM_SQ_SIZE (((1UL << MLX5_CQ_INDEX_WIDTH) / \ macro
179 #define MLX5_TXPP_REARM_CQ_SIZE (MLX5_TXPP_REARM_SQ_SIZE / 2)
H A Dmlx5_txpp.c300 wq->sq_size = MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_create_rearm_queue()
481 MLX5_TXPP_REARM_SQ_SIZE * in mlx5_txpp_create_clock_queue()
789 MLX5_ASSERT(sh->txpp.ts_p < MLX5_TXPP_REARM_SQ_SIZE); in mlx5_txpp_gather_timestamp()
794 if (++sh->txpp.ts_p >= MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
796 if (sh->txpp.ts_n < MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
1275 ts_0 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_jitter()
1278 ts_1 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_jitter()
1304 if (txpp->ts_n < MLX5_TXPP_REARM_SQ_SIZE) { in mlx5_txpp_xstats_wander()
1313 ts_0 = ts_p - MLX5_TXPP_REARM_SQ_SIZE / 2 - 1; in mlx5_txpp_xstats_wander()
1315 ts_0 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_wander()
[all …]