Searched refs:prev_set (Results 1 – 1 of 1) sorted by relevance
461 struct mlxsw_afa_set *prev_set; in mlxsw_afa_block_commit() local472 prev_set = set->prev; in mlxsw_afa_block_commit()480 if (prev_set) { in mlxsw_afa_block_commit()481 prev_set->next = set; in mlxsw_afa_block_commit()482 mlxsw_afa_set_next_set(prev_set, set->kvdl_index); in mlxsw_afa_block_commit()483 set = prev_set; in mlxsw_afa_block_commit()485 } while (prev_set); in mlxsw_afa_block_commit()