Searched refs:reg_start (Results 1 – 2 of 2) sorted by relevance
784 int32_t reg_start, reg_end; in mlx5_flex_map_sample() local794 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()
1492 uintptr_t reg_start = ranges[0].start; in mlx5_mempool_reg_analyze() local1495 RTE_ALIGN_FLOOR(reg_start, hugepage_sz); in mlx5_mempool_reg_analyze()