Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_flow_os.h76 size_t num_actions, void *actions[], void **flow) in mlx5_flow_os_create_flow() argument
79 num_actions, actions); in mlx5_flow_os_create_flow()
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_glue.c650 size_t num_actions, in mlx5_glue_dv_create_flow() argument
655 return mlx5dv_dr_rule_create(matcher, match_value, num_actions, in mlx5_glue_dv_create_flow()
661 if (num_actions > 8) in mlx5_glue_dv_create_flow()
663 for (i = 0; i < num_actions; i++) in mlx5_glue_dv_create_flow()
667 num_actions, actions_attr); in mlx5_glue_dv_create_flow()
672 (void)num_actions; in mlx5_glue_dv_create_flow()
H A Dmlx5_glue.h272 size_t num_actions, void *actions[]);
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_flow_os.c189 size_t num_actions, in mlx5_flow_os_create_flow() argument
208 for (i = 0; i < num_actions; i++) { in mlx5_flow_os_create_flow()
H A Dmlx5_flow_os.h426 size_t num_actions,
/dpdk/drivers/net/sfc/
H A Dsfc_flow_tunnel.h104 uint32_t num_actions,
H A Dsfc_flow_tunnel.c373 uint32_t num_actions, in sfc_flow_tunnel_action_decap_release() argument
388 if (num_actions != 1 || action == NULL || action->conf == NULL || in sfc_flow_tunnel_action_decap_release()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp_flow.c617 uint32_t num_actions, in bnxt_ulp_tunnel_decap_release() argument
632 if (num_actions != BNXT_ULP_TUNNEL_OFFLOAD_NUM_ITEMS) { in bnxt_ulp_tunnel_decap_release()
/dpdk/app/test-pmd/
H A Dconfig.c2072 uint32_t num_actions; in port_flow_tunnel_offload_cmd_prep() local
2083 for (aptr = actions, num_actions = 1; in port_flow_tunnel_offload_cmd_prep()
2085 aptr++, num_actions++); in port_flow_tunnel_offload_cmd_prep()
2087 (num_actions + pft->num_pmd_actions) * in port_flow_tunnel_offload_cmd_prep()
2098 num_actions * sizeof(actions[0])); in port_flow_tunnel_offload_cmd_prep()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c830 uint32_t num_actions,
10648 uint32_t num_actions, struct rte_flow_error *err) in mlx5_flow_tunnel_action_release() argument
10653 .num_elements = num_actions, in mlx5_flow_tunnel_action_release()
10735 __rte_unused uint32_t num_actions, in mlx5_flow_tunnel_action_release() argument