Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c785 int32_t cov_start, cov_end; in mlx5_flex_map_sample() local
799 cov_start = RTE_MAX(reg_start, start); in mlx5_flex_map_sample()
801 MLX5_ASSERT(cov_end > cov_start); in mlx5_flex_map_sample()
802 done_bits += cov_end - cov_start; in mlx5_flex_map_sample()
810 trans->shift = cov_start - reg_start; in mlx5_flex_map_sample()
811 trans->width = cov_end - cov_start; in mlx5_flex_map_sample()