Home
last modified time | relevance | path

Searched refs:action_set (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_mae.c268 ++(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 …]
H A Dsfc_flow.h75 struct sfc_mae_action_set *action_set; member
H A Dsfc_flow.c1204 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()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_fdir.c340 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 …]
/f-stack/dpdk/drivers/common/iavf/
H A Dvirtchnl.h1047 struct virtchnl_filter_action_set action_set; member