Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c561 if (fm->mfts->meter_action) { in mlx5_flow_meter_action_modify()
563 (fm->mfts->meter_action, &mod_attr, in mlx5_flow_meter_action_modify()
1181 if (fm->mfts->meter_action) { in mlx5_flow_meter_attach()
1195 fm->mfts->meter_action = mlx5_flow_meter_action_create(priv, in mlx5_flow_meter_attach()
1197 if (!fm->mfts->meter_action) { in mlx5_flow_meter_attach()
1210 fm->mfts->meter_action ? in mlx5_flow_meter_attach()
1229 mlx5_glue->destroy_flow_action(fm->mfts->meter_action); in mlx5_flow_meter_detach()
1230 fm->mfts->meter_action = NULL; in mlx5_flow_meter_detach()
H A Dmlx5_flow.h830 void *meter_action; member
H A Dmlx5_flow_dv.c10172 fm->mfts->meter_action; in flow_dv_translate()