Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c717 struct mlx5_fs_hws_rule_action **fs_actions, in mlx5_fs_destroy_fs_actions() argument
724 mlx5_fs_destroy_fs_action(ns, *fs_actions + i); in mlx5_fs_destroy_fs_actions()
726 kfree(*fs_actions); in mlx5_fs_destroy_fs_actions()
727 *fs_actions = NULL; in mlx5_fs_destroy_fs_actions()
749 struct mlx5_fs_hws_rule_action *fs_actions; in mlx5_fs_fte_get_hws_actions() local
768 fs_actions = kzalloc_objs(*fs_actions, MLX5_FLOW_CONTEXT_ACTION_MAX); in mlx5_fs_fte_get_hws_actions()
769 if (!fs_actions) { in mlx5_fs_fte_get_hws_actions()
898 fs_actions[num_fs_actions].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
899 fs_actions[num_fs_actions++].counter = counter; in mlx5_fs_fte_get_hws_actions()
935 fs_actions[num_fs_actions].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
[all …]