Searched refs:action_set (Results 1 – 5 of 5) sorted by relevance
268 ++(action_set->refcnt); in sfc_mae_action_set_attach()269 return action_set; in sfc_mae_action_set_attach()286 action_set = rte_zmalloc("sfc_mae_action_set", sizeof(*action_set), 0); in sfc_mae_action_set_add()287 if (action_set == NULL) in sfc_mae_action_set_add()290 action_set->refcnt = 1; in sfc_mae_action_set_add()291 action_set->spec = spec; in sfc_mae_action_set_add()297 *action_setp = action_set; in sfc_mae_action_set_add()311 --(action_set->refcnt); in sfc_mae_action_set_del()321 rte_free(action_set); in sfc_mae_action_set_del()2278 struct sfc_mae_action_set *action_set = spec_mae->action_set; in sfc_mae_flow_insert() local[all …]
75 struct sfc_mae_action_set *action_set; member
1204 spec_mae->action_set = NULL; in sfc_flow_parse_attr()2443 rc = sfc_mae_rule_parse_actions(sa, actions, &spec_mae->action_set, in sfc_flow_parse_rte_to_mae()
340 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action()344 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action()350 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action()354 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action()361 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action()374 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action()380 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action()389 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action()402 filter->add_fltr.rule_cfg.action_set.count = ++number; in iavf_fdir_parse_action()443 filter_action = &filter->add_fltr.rule_cfg.action_set.actions[number]; in iavf_fdir_parse_action()[all …]
1047 struct virtchnl_filter_action_set action_set; member