Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c372 struct mlxsw_afa_set *cur_set; member
424 block->cur_set = mlxsw_afa_set_create(false); in mlxsw_afa_block_create()
425 if (!block->cur_set) in mlxsw_afa_block_create()
427 block->cur_set->prev = block->first_set; in mlxsw_afa_block_create()
428 block->first_set->next = block->cur_set; in mlxsw_afa_block_create()
430 block->cur_set = block->first_set; in mlxsw_afa_block_create()
460 struct mlxsw_afa_set *set = block->cur_set; in mlxsw_afa_block_commit()
463 block->cur_set = NULL; in mlxsw_afa_block_commit()
500 return block->cur_set->ht_key.enc_actions; in mlxsw_afa_block_cur_set()
528 mlxsw_afa_set_goto_set(block->cur_set, in mlxsw_afa_block_continue()
[all …]