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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h99 struct mlx5_flow_attr *jumping_attr; member in struct:mlx5_flow_attr
H A Den_tc.c145 struct mlx5_flow_attr *jumping_attr; member in struct:mlx5e_tc_jump_state
3581 attr2->jumping_attr = NULL;
3718 if (attr->jumping_attr) {
3719 err = mlx5e_tc_act_set_next_post_act(flow, attr->jumping_attr, attr);
3844 * Use the stored jumping_attr to set the post act id on the jumping attribute
3846 attr->jumping_attr = jump_state->jumping_attr;
3871 jump_state->jumping_attr = attr->branch_true;
3878 if (jump_count && !jump_state->jumping_attr)
3879 jump_state->jumping_attr
[all...]

Completed in 224 milliseconds