Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3928 if (!jump_state->jump_count) in dec_jump_count()
3934 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index) in dec_jump_count()
3937 jump_state->last_id = act->id; in dec_jump_count()
3938 jump_state->last_index = act->hw_index; in dec_jump_count()
3941 if (--jump_state->jump_count > 1) in dec_jump_count()
3947 jump_state->jump_target = true; in dec_jump_count()
3970 struct mlx5e_tc_jump_state *jump_state, in parse_branch_ctrl() argument
3974 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl()
3998 jump_state->jump_count = jump_count; in parse_branch_ctrl()
4032 jump_state.jump_target = false; in parse_tc_actions()
[all …]