Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c280 struct mlxsw_afa_set *cur_set; member
332 block->cur_set = mlxsw_afa_set_create(false); in mlxsw_afa_block_create()
333 if (!block->cur_set) in mlxsw_afa_block_create()
335 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()
336 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()
338 block->cur_set = block->first_set; in mlxsw_afa_block_create()
368 struct mlxsw_afa_set *set = block->cur_set; in mlxsw_afa_block_commit()
371 block->cur_set = NULL; in mlxsw_afa_block_commit()
408 return block->cur_set->ht_key.enc_actions; in mlxsw_afa_block_cur_set()
436 mlxsw_afa_set_goto_set(block->cur_set, in mlxsw_afa_block_continue()
[all …]