Searched refs:mtr_profile_tbl (Results 1 – 4 of 4) sorted by relevance
477 priv->mtr_profile_tbl = mlx5_l3t_create(MLX5_L3T_TYPE_PTR); in mlx5_dev_spawn()478 if (!priv->mtr_profile_tbl) in mlx5_dev_spawn()555 if (priv->mtr_profile_tbl) in mlx5_dev_spawn()556 mlx5_l3t_destroy(priv->mtr_profile_tbl); in mlx5_dev_spawn()
101 if (mlx5_l3t_get_entry(priv->mtr_profile_tbl, in mlx5_flow_meter_profile_find()106 ret = mlx5_l3t_clear_entry(priv->mtr_profile_tbl, in mlx5_flow_meter_profile_find()520 ret = mlx5_l3t_set_entry(priv->mtr_profile_tbl, in mlx5_flow_meter_profile_add()569 if (mlx5_l3t_clear_entry(priv->mtr_profile_tbl, meter_profile_id)) in mlx5_flow_meter_profile_delete()2218 if (priv->mtr_profile_tbl) { in mlx5_flow_meter_flush()2219 MLX5_L3T_FOREACH(priv->mtr_profile_tbl, i, entry) { in mlx5_flow_meter_flush()2228 mlx5_l3t_destroy(priv->mtr_profile_tbl); in mlx5_flow_meter_flush()2229 priv->mtr_profile_tbl = NULL; in mlx5_flow_meter_flush()
1510 struct mlx5_l3t_tbl *mtr_profile_tbl; /* Meter index lookup table. */ member
1480 priv->mtr_profile_tbl = mlx5_l3t_create(MLX5_L3T_TYPE_PTR); in mlx5_dev_spawn()1481 if (!priv->mtr_profile_tbl) in mlx5_dev_spawn()1629 if (priv->mtr_profile_tbl) in mlx5_dev_spawn()1630 mlx5_l3t_destroy(priv->mtr_profile_tbl); in mlx5_dev_spawn()