Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c200 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste_ctrl() argument
203 new_ste->next_htbl = cur_ste->next_htbl; in dr_rule_rehash_copy_ste_ctrl()
204 new_ste->ste_chain_location = cur_ste->ste_chain_location; in dr_rule_rehash_copy_ste_ctrl()
212 new_ste->refcount = cur_ste->refcount; in dr_rule_rehash_copy_ste_ctrl()
215 mlx5dr_rule_update_rule_member(cur_ste, new_ste); in dr_rule_rehash_copy_ste_ctrl()
217 list_splice_tail_init(&cur_ste->rule_list, &new_ste->rule_list); in dr_rule_rehash_copy_ste_ctrl()
223 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste() argument
235 sb_idx = cur_ste->ste_chain_location - 1; in dr_rule_rehash_copy_ste()
239 memcpy(hw_ste, cur_ste->hw_ste, DR_STE_SIZE_REDUCED); in dr_rule_rehash_copy_ste()
278 dr_rule_rehash_copy_ste_ctrl(matcher, nic_matcher, cur_ste, new_ste); in dr_rule_rehash_copy_ste()
[all …]