Searched defs:mlx5_flow_dv_workspace (Results 1 – 1 of 1) sorted by relevance
674 struct mlx5_flow_dv_workspace { struct675 uint32_t group; /**< The group index. */676 uint8_t transfer; /**< 1 if the flow is E-Switch flow. */677 int actions_n; /**< number of actions. */679 struct mlx5_flow_dv_encap_decap_resource *encap_decap;683 struct mlx5_flow_dv_tag_resource *tag_resource;685 struct mlx5_flow_dv_port_id_action_resource *port_id_action;687 struct mlx5_flow_dv_jump_tbl_resource *jump;689 struct mlx5_flow_dv_match_params value;691 struct mlx5_flow_dv_sample_resource *sample_res;[all …]