Searched refs:num_actions (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_flow_os.h | 75 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 D | mlx5_glue.c | 595 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 D | mlx5_glue.h | 250 size_t num_actions, void *actions[]);
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 2008 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 D | mlx5_flow.c | 621 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
|