Searched refs:max_mtr_bits (Results 1 – 4 of 4) sorted by relevance
1277 if (mtr_id_bits > priv->sh->mtrmng->max_mtr_bits) in mlx5_flow_meter_create()1278 priv->sh->mtrmng->max_mtr_bits = mtr_id_bits; in mlx5_flow_meter_create()
975 uint8_t max_mtr_bits; member
16958 uint32_t mtr_id_mask = (UINT32_C(1) << mtrmng->max_mtr_bits) - 1; in flow_dv_create_mtr_tbls()17035 MLX5_ASSERT(mtrmng->max_mtr_bits); in flow_dv_create_mtr_tbls()17036 if (!mtrmng->drop_matcher[domain][mtrmng->max_mtr_bits - 1]) { in flow_dv_create_mtr_tbls()17041 matcher.priority = MLX5_REG_BITS - mtrmng->max_mtr_bits; in flow_dv_create_mtr_tbls()17051 mtrmng->drop_matcher[domain][mtrmng->max_mtr_bits - 1] = in flow_dv_create_mtr_tbls()17056 mtrmng->drop_matcher[domain][mtrmng->max_mtr_bits - 1]; in flow_dv_create_mtr_tbls()
5523 if ((flow_id_bits + priv->sh->mtrmng->max_mtr_bits) > in flow_meter_split_prep()