Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c143 u32 jump_count; member
3880 u32 *jump_count, in alloc_branch_attr() argument
3904 if (*jump_count) { in alloc_branch_attr()
3909 *jump_count = cond->extval; in alloc_branch_attr()
3931 if (!jump_state->jump_count) 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()
3962 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */ in dec_jump_count()
3977 u32 jump_count = jump_state->jump_count; in parse_branch_ctrl() local
3986 &attr->branch_true, &jump_count, extack); in parse_branch_ctrl()
[all …]