Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_flex.c784 int32_t reg_start, reg_end; in mlx5_flex_map_sample() local
794 reg_start = (int8_t)sample->flow_match_sample_field_base_offset; in mlx5_flex_map_sample()
795 reg_start *= CHAR_BIT; in mlx5_flex_map_sample()
796 reg_end = reg_start + 32; in mlx5_flex_map_sample()
797 if (end <= reg_start || start >= reg_end) in mlx5_flex_map_sample()
799 cov_start = RTE_MAX(reg_start, start); in mlx5_flex_map_sample()
810 trans->shift = cov_start - reg_start; in mlx5_flex_map_sample()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c1492 uintptr_t reg_start = ranges[0].start; in mlx5_mempool_reg_analyze() local
1495 RTE_ALIGN_FLOOR(reg_start, hugepage_sz); in mlx5_mempool_reg_analyze()