Searched refs:jump_state (Results 1 – 1 of 1) sorted by relevance
3929 struct mlx5e_tc_jump_state *jump_state) in dec_jump_count() argument3931 if (!jump_state->jump_count) in dec_jump_count()3937 if (act->id == jump_state->last_id && act->hw_index == jump_state->last_index) in dec_jump_count()3940 jump_state->last_id = act->id; in dec_jump_count()3941 jump_state->last_index = act->hw_index; in dec_jump_count()3944 if (--jump_state->jump_count > 1) in dec_jump_count()3947 if (jump_state->jump_count == 1) { /* last action in the jump action list */ in dec_jump_count()3950 jump_state->jump_target = true; in dec_jump_count()3962 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()3966 attr->jumping_attr = jump_state->jumping_attr; in dec_jump_count()[all …]