Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c239 struct mlx5hws_cmd_stc_modify_attr *fixup_stc_attr, in hws_action_fixup_stc_attr() argument
252 fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_DROP; in hws_action_fixup_stc_attr()
253 fixup_stc_attr->action_offset = MLX5HWS_ACTION_OFFSET_HIT; in hws_action_fixup_stc_attr()
254 fixup_stc_attr->stc_offset = stc_attr->stc_offset; in hws_action_fixup_stc_attr()
266 *fixup_stc_attr = *stc_attr; in hws_action_fixup_stc_attr()
267 fixup_stc_attr->ste_table.ste_obj_id = base_id; in hws_action_fixup_stc_attr()
273 fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_NOP; in hws_action_fixup_stc_attr()
274 fixup_stc_attr->action_offset = MLX5HWS_ACTION_OFFSET_DW5; in hws_action_fixup_stc_attr()
275 fixup_stc_attr->stc_offset = stc_attr->stc_offset; in hws_action_fixup_stc_attr()
282 fixup_stc_attr->action_type = MLX5_IFC_STC_ACTION_TYPE_JUMP_TO_VPORT; in hws_action_fixup_stc_attr()
[all …]