Searched refs:num_fs_actions (Results 1 – 1 of 1) sorted by relevance
718 int *num_fs_actions) in mlx5_fs_destroy_fs_actions() argument723 for (i = *num_fs_actions - 1; i >= 0; i--) in mlx5_fs_destroy_fs_actions()725 *num_fs_actions = 0; in mlx5_fs_destroy_fs_actions()758 int num_fs_actions = 0; in mlx5_fs_fte_get_hws_actions() local898 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()936 fs_actions[num_fs_actions++].exe_aso = &fte_action->exe_aso; in mlx5_fs_fte_get_hws_actions()954 if (num_fs_actions == MLX5_FLOW_CONTEXT_ACTION_MAX || in mlx5_fs_fte_get_hws_actions()976 fs_actions[num_fs_actions++].action = dest_action; in mlx5_fs_fte_get_hws_actions()[all …]