Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c143 u32 jump_count; member
3877 u32 *jump_count, in alloc_branch_attr() argument
3901 if (*jump_count) { in alloc_branch_attr()
3906 *jump_count = cond->extval; in alloc_branch_attr()
3928 if (!jump_state->jump_count) in dec_jump_count()
3941 if (--jump_state->jump_count > 1) in dec_jump_count()
3944 if (jump_state->jump_count == 1) { /* last action in the jump action list */ in dec_jump_count()
3959 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()
3974 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl() local
[all...]