Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c101 stc_attr.reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in hws_action_get_shared_stc_nic()
109 stc_attr.reparse_mode = MLX5_IFC_STC_REPARSE_ALWAYS; in hws_action_get_shared_stc_nic()
340 stc_attr->reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in mlx5hws_action_alloc_single_stc()
433 attr->reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in hws_action_fill_stc_attr()
456 attr->reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in hws_action_fill_stc_attr()
458 attr->reparse_mode = MLX5_IFC_STC_REPARSE_ALWAYS; in hws_action_fill_stc_attr()
483 attr->reparse_mode = MLX5_IFC_STC_REPARSE_ALWAYS; in hws_action_fill_stc_attr()
491 attr->reparse_mode = MLX5_IFC_STC_REPARSE_ALWAYS; in hws_action_fill_stc_attr()
493 attr->reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in hws_action_fill_stc_attr()
520 attr->reparse_mode = MLX5_IFC_STC_REPARSE_ALWAYS; in hws_action_fill_stc_attr()
[all …]
Dmlx5hws_prm.h152 u8 reparse_mode[0x2]; member
348 u8 reparse_mode[0x2]; member
Dmlx5hws_cmd.h84 u8 reparse_mode; member
104 u8 reparse_mode; member
Dmlx5hws_cmd.c411 MLX5_SET(rtc, attr, reparse_mode, rtc_attr->reparse_mode); in mlx5hws_cmd_rtc_create()
602 MLX5_SET(stc, attr, reparse_mode, stc_attr->reparse_mode); in mlx5hws_cmd_stc_modify()
Dmlx5hws_matcher.c316 rtc_attr.reparse_mode = mlx5hws_context_get_reparse_mode(ctx); in hws_matcher_create_rtc()
575 stc_attr.reparse_mode = MLX5_IFC_STC_REPARSE_IGNORE; in hws_matcher_bind_at_idx()