Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_action.c243 bool use_fixup = false; in hws_action_fixup_stc_attr() local
255 use_fixup = true; in hws_action_fixup_stc_attr()
268 use_fixup = true; in hws_action_fixup_stc_attr()
276 use_fixup = true; in hws_action_fixup_stc_attr()
289 use_fixup = true; in hws_action_fixup_stc_attr()
307 use_fixup = true; in hws_action_fixup_stc_attr()
314 return use_fixup; in hws_action_fixup_stc_attr()
326 bool use_fixup; in mlx5hws_action_alloc_single_stc() local
345 use_fixup = hws_action_fixup_stc_attr(ctx, stc_attr, &fixup_stc_attr, table_type, false); in mlx5hws_action_alloc_single_stc()
347 use_fixup ? &fixup_stc_attr : stc_attr); in mlx5hws_action_alloc_single_stc()
[all …]