Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c247 bool use_fixup = false; in hws_action_fixup_stc_attr() local
259 use_fixup = true; in hws_action_fixup_stc_attr()
270 use_fixup = true; in hws_action_fixup_stc_attr()
278 use_fixup = true; in hws_action_fixup_stc_attr()
291 use_fixup = true; in hws_action_fixup_stc_attr()
309 use_fixup = true; in hws_action_fixup_stc_attr()
316 return use_fixup; in hws_action_fixup_stc_attr()
328 bool use_fixup; in mlx5hws_action_alloc_single_stc() local
347 use_fixup = hws_action_fixup_stc_attr(ctx, stc_attr, &fixup_stc_attr, table_type, false); in mlx5hws_action_alloc_single_stc()
349 use_fixup ? &fixup_stc_attr : stc_attr); in mlx5hws_action_alloc_single_stc()
[all …]