Searched refs:flow_action_reorder (Results 1 – 3 of 3) sorted by relevance
87 struct mlx5e_tc_flow_action *flow_action_reorder) in mlx5e_tc_act_reorder_flow_actions() argument95 flow_action_reorder->entries[j++] = act; in mlx5e_tc_act_reorder_flow_actions()101 flow_action_reorder->entries[j++] = act; in mlx5e_tc_act_reorder_flow_actions()
103 struct mlx5e_tc_flow_action *flow_action_reorder);
3834 struct mlx5e_tc_flow_action flow_action_reorder; in parse_tc_actions() local3843 flow_action_reorder.num_entries = flow_action->num_entries; in parse_tc_actions()3844 flow_action_reorder.entries = kcalloc(flow_action->num_entries, in parse_tc_actions()3846 if (!flow_action_reorder.entries) in parse_tc_actions()3849 mlx5e_tc_act_reorder_flow_actions(flow_action, &flow_action_reorder); in parse_tc_actions()3854 flow_action_for_each(i, _act, &flow_action_reorder) { in parse_tc_actions()3877 i < flow_action_reorder.num_entries - 1) { in parse_tc_actions()3892 kfree(flow_action_reorder.entries); in parse_tc_actions()3905 kfree(flow_action_reorder.entries); in parse_tc_actions()