Searched refs:cur_ste (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_rule.c | 213 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste_ctrl() argument 216 new_ste->next_htbl = cur_ste->next_htbl; in dr_rule_rehash_copy_ste_ctrl() 217 new_ste->ste_chain_location = cur_ste->ste_chain_location; in dr_rule_rehash_copy_ste_ctrl() 225 new_ste->refcount = cur_ste->refcount; in dr_rule_rehash_copy_ste_ctrl() 228 mlx5dr_rule_set_last_member(cur_ste->rule_rx_tx, new_ste, false); in dr_rule_rehash_copy_ste_ctrl() 234 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste() argument 247 sb_idx = cur_ste->ste_chain_location - 1; in dr_rule_rehash_copy_ste() 251 memcpy(hw_ste, cur_ste->hw_ste, DR_STE_SIZE_REDUCED); in dr_rule_rehash_copy_ste() 291 dr_rule_rehash_copy_ste_ctrl(matcher, nic_matcher, cur_ste, new_ste); in dr_rule_rehash_copy_ste() 306 struct mlx5dr_ste *tmp_ste, *cur_ste, *new_ste; in dr_rule_rehash_copy_miss_list() local [all …]
|