Home
last modified time | relevance | path

Searched refs:flow_meter_profiles (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c88 struct mlx5_mtr_profiles *fmps = &priv->flow_meter_profiles; in mlx5_flow_meter_profile_find()
346 struct mlx5_mtr_profiles *fmps = &priv->flow_meter_profiles; in mlx5_flow_meter_profile_add()
420 TAILQ_REMOVE(&priv->flow_meter_profiles, fmp, next); in mlx5_flow_meter_profile_delete()
1257 struct mlx5_mtr_profiles *fmps = &priv->flow_meter_profiles; in mlx5_flow_meter_flush()
1295 TAILQ_REMOVE(&priv->flow_meter_profiles, fmp, next); in mlx5_flow_meter_flush()
H A Dmlx5.h1002 struct mlx5_mtr_profiles flow_meter_profiles; /* MTR profile list. */ member
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c1455 TAILQ_INIT(&priv->flow_meter_profiles); in mlx5_dev_spawn()