Home
last modified time | relevance | path

Searched refs:cov_end (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
800 cov_end = RTE_MIN(reg_end, end); 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()
811 trans->width = cov_end - cov_start; in mlx5_flex_map_sample()