Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dfs_hws.c719 int *num_fs_actions) in mlx5_fs_destroy_fs_actions() argument
724 for (i = *num_fs_actions - 1; i >= 0; i--) in mlx5_fs_destroy_fs_actions()
726 *num_fs_actions = 0; in mlx5_fs_destroy_fs_actions()
759 int num_fs_actions = 0; in mlx5_fs_fte_get_hws_actions() local
902 fs_actions[num_fs_actions].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
939 fs_actions[num_fs_actions].action = tmp_action; in mlx5_fs_fte_get_hws_actions()
993 fs_actions[num_fs_actions++].sampler_id = in mlx5_fs_fte_get_hws_actions()
1056 fte->fs_hws_rule.num_fs_actions = num_fs_actions; in mlx5_fs_fte_get_hws_actions()
1113 &fte->fs_hws_rule.num_fs_actions); in mlx5_cmd_hws_create_fte()
1133 &rule->num_fs_actions); in mlx5_cmd_hws_delete_fte()
[all …]
H A Dfs_hws.h62 int num_fs_actions; member