Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h147 #define MLX5_TXPP_REARM_SQ_SIZE (((1UL << MLX5_CQ_INDEX_WIDTH) / \ macro
149 #define MLX5_TXPP_REARM_CQ_SIZE (MLX5_TXPP_REARM_SQ_SIZE / 2)
H A Dmlx5_txpp.c252 wq->sq_size = MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_create_rearm_queue()
258 log2above(MLX5_TXPP_REARM_SQ_SIZE), &sq_attr, in mlx5_txpp_create_rearm_queue()
397 MLX5_TXPP_REARM_SQ_SIZE * in mlx5_txpp_create_clock_queue()
639 if (++sh->txpp.ts_p >= MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
641 if (sh->txpp.ts_n < MLX5_TXPP_REARM_SQ_SIZE) in mlx5_txpp_gather_timestamp()
1123 ts_0 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_jitter()
1126 ts_1 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_jitter()
1152 if (txpp->ts_n < MLX5_TXPP_REARM_SQ_SIZE) { in mlx5_txpp_xstats_wander()
1161 ts_0 = ts_p - MLX5_TXPP_REARM_SQ_SIZE / 2 - 1; in mlx5_txpp_xstats_wander()
1163 ts_0 += MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_xstats_wander()
[all …]