Searched refs:hw_src_action_info (Results 1 – 1 of 1) sorted by relevance
1658 const struct mlx5dr_ste_action_modify_field *hw_src_action_info; in dr_action_modify_sw_to_hw_copy() local1669 hw_src_action_info = mlx5dr_ste_conv_modify_hdr_sw_field(dmn->ste_ctx, src_field); in dr_action_modify_sw_to_hw_copy()1671 if (!hw_src_action_info || !hw_dst_action_info) { in dr_action_modify_sw_to_hw_copy()1679 src_max_length = hw_src_action_info->end - in dr_action_modify_sw_to_hw_copy()1680 hw_src_action_info->start + 1; in dr_action_modify_sw_to_hw_copy()1695 hw_src_action_info->hw_field, in dr_action_modify_sw_to_hw_copy()1696 hw_src_action_info->start + src_offset); in dr_action_modify_sw_to_hw_copy()1699 *ret_src_hw_info = hw_src_action_info; in dr_action_modify_sw_to_hw_copy()1887 const struct mlx5dr_ste_action_modify_field *hw_src_action_info; in dr_actions_convert_modify_header() local1928 &hw_src_action_info); in dr_actions_convert_modify_header()[all …]