Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c372 struct mlxsw_afa_set *cur_set; member
425 if (!block->cur_set) in mlxsw_afa_block_create()
430 block->cur_set = block->first_set; in mlxsw_afa_block_create()
463 block->cur_set = NULL; in mlxsw_afa_block_commit()
528 mlxsw_afa_set_goto_set(block->cur_set, in mlxsw_afa_block_continue()
1012 struct mlxsw_afa_set *cur_set = block->cur_set; in mlxsw_afa_block_need_split() local
1042 set->prev = block->cur_set; in mlxsw_afa_block_append_action_ext()
1044 block->cur_set->next = set; in mlxsw_afa_block_append_action_ext()
1045 block->cur_set = set; in mlxsw_afa_block_append_action_ext()
1050 block->cur_set->has_trap = true; in mlxsw_afa_block_append_action_ext()
[all …]