Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c143 u32 jump_count; member
3739 u32 *jump_count, in alloc_branch_attr() argument
3762 if (*jump_count) { in alloc_branch_attr()
3767 *jump_count = cond->extval; in alloc_branch_attr()
3788 if (!jump_state->jump_count) in dec_jump_count()
3801 if (--jump_state->jump_count > 1) in dec_jump_count()
3804 if (jump_state->jump_count == 1) { /* last action in the jump action list */ in dec_jump_count()
3819 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()
3834 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl() local
3843 &attr->branch_true, &jump_count, extack); in parse_branch_ctrl()
[all …]