Searched refs:MLX5_MTR_COLOR_BITS (Results 1 – 2 of 2) sorted by relevance
4209 if (tag_id >= (1 << (sizeof(tag_id) * 8 - MLX5_MTR_COLOR_BITS))) { in flow_meter_split_prep()4218 set_tag->data = tag_id << MLX5_MTR_COLOR_BITS; in flow_meter_split_prep()4250 tag_spec->data = tag_id << MLX5_MTR_COLOR_BITS; in flow_meter_split_prep()
3071 #define MLX5_MTR_COLOR_BITS 8 macro