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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c143 u32 jump_count; member in struct:mlx5e_tc_jump_state
3760 u32 *jump_count,
3784 if (*jump_count) {
3789 *jump_count = cond->extval;
3811 if (!jump_state->jump_count)
3824 if (--jump_state->jump_count > 1)
3827 if (jump_state->jump_count == 1) { /* last action in the jump action list */
3842 } else if (jump_state->jump_count == 0) { /* first attr after the jump action list */
3857 u32 jump_count = jump_state->jump_count; local
3757 alloc_branch_attr(struct mlx5e_tc_flow *flow, struct mlx5e_tc_act_branch_ctrl *cond, struct mlx5_flow_attr **cond_attr, u32 *jump_count, struct netlink_ext_ack *extack) argument
[all...]

Completed in 298 milliseconds