Lines Matching full:acts

70 	 * because if the alloc had succeeded we'd've put it in acts.list and  in efx_tc_free_action_set()
75 /* in_hw is true iff we are on an acts.list; make sure to in efx_tc_free_action_set()
84 struct efx_tc_action_set_list *acts, in efx_tc_free_action_set_list() argument
89 /* Failure paths set in_hw=false, because usually the acts didn't get in efx_tc_free_action_set_list()
94 efx_mae_free_action_set_list(efx, acts); in efx_tc_free_action_set_list()
96 list_for_each_entry_safe(act, next, &acts->list, list) in efx_tc_free_action_set_list()
98 /* Don't kfree, as acts is embedded inside a struct efx_tc_flow_rule */ in efx_tc_free_action_set_list()
106 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_delete_rule()
122 efx_tc_free_action_set_list(efx, &rule->acts, true); in efx_tc_flow_free()
239 INIT_LIST_HEAD(&rule->acts.list); in efx_tc_flower_replace()
276 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace()
300 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace()
340 list_add_tail(&act->list, &rule->acts.list); in efx_tc_flower_replace()
350 rc = efx_mae_alloc_action_set_list(efx, &rule->acts); in efx_tc_flower_replace()
356 rule->acts.fw_id, &rule->fw_id); in efx_tc_flower_replace()
364 efx_mae_free_action_set_list(efx, &rule->acts); in efx_tc_flower_replace()
375 efx_tc_free_action_set_list(efx, &rule->acts, false); in efx_tc_flower_replace()
440 struct efx_tc_action_set_list *acts = &rule->acts; in efx_tc_configure_default_rule() local
455 EFX_WARN_ON_PARANOID(!list_empty(&acts->list)); in efx_tc_configure_default_rule()
456 list_add_tail(&act->list, &acts->list); in efx_tc_configure_default_rule()
457 rc = efx_mae_alloc_action_set_list(efx, acts); in efx_tc_configure_default_rule()
461 acts->fw_id, &rule->fw_id); in efx_tc_configure_default_rule()
466 efx_mae_free_action_set_list(efx, acts); in efx_tc_configure_default_rule()
649 INIT_LIST_HEAD(&efx->tc->dflt.pf.acts.list); in efx_init_struct_tc()
651 INIT_LIST_HEAD(&efx->tc->dflt.wire.acts.list); in efx_init_struct_tc()