Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.h75 size_t num_actions, void *actions[], void **flow) in mlx5_flow_os_create_flow() argument
78 num_actions, actions); in mlx5_flow_os_create_flow()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c595 size_t num_actions, in mlx5_glue_dv_create_flow() argument
600 return mlx5dv_dr_rule_create(matcher, match_value, num_actions, in mlx5_glue_dv_create_flow()
606 if (num_actions > 8) in mlx5_glue_dv_create_flow()
608 for (i = 0; i < num_actions; i++) in mlx5_glue_dv_create_flow()
612 num_actions, actions_attr); in mlx5_glue_dv_create_flow()
617 (void)num_actions; in mlx5_glue_dv_create_flow()
H A Dmlx5_glue.h250 size_t num_actions, void *actions[]);
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c2008 uint32_t num_actions; in port_flow_tunnel_offload_cmd_prep() local
2019 for (aptr = actions, num_actions = 1; in port_flow_tunnel_offload_cmd_prep()
2021 aptr++, num_actions++); in port_flow_tunnel_offload_cmd_prep()
2023 (num_actions + pft->num_pmd_actions) * in port_flow_tunnel_offload_cmd_prep()
2034 num_actions * sizeof(actions[0])); in port_flow_tunnel_offload_cmd_prep()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c621 uint32_t num_actions,
7792 uint32_t num_actions, struct rte_flow_error *err) in mlx5_flow_tunnel_action_release() argument
7797 .num_elements = num_actions, in mlx5_flow_tunnel_action_release()
7879 __rte_unused uint32_t num_actions, in mlx5_flow_tunnel_action_release() argument