Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c6502 if (!sfx_actions) in flow_create_split_meter()
6511 pre_actions = sfx_actions + 1; in flow_create_split_meter()
6516 sfx_actions, pre_actions, in flow_create_split_meter()
6563 sfx_actions ? sfx_actions : actions, in flow_create_split_meter()
6566 if (sfx_actions) in flow_create_split_meter()
6567 mlx5_free(sfx_actions); in flow_create_split_meter()
6650 if (!sfx_actions) in flow_create_split_sample()
6671 actions, sfx_actions, in flow_create_split_sample()
6722 sfx_actions ? sfx_actions : actions, in flow_create_split_sample()
6725 if (sfx_actions) in flow_create_split_sample()
[all …]