Searched refs:cur_ste (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_rule.c | 230 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste_ctrl() argument 233 new_ste->next_htbl = cur_ste->next_htbl; in dr_rule_rehash_copy_ste_ctrl() 234 new_ste->ste_chain_location = cur_ste->ste_chain_location; in dr_rule_rehash_copy_ste_ctrl() 242 new_ste->refcount = cur_ste->refcount; in dr_rule_rehash_copy_ste_ctrl() 245 mlx5dr_rule_set_last_member(cur_ste->rule_rx_tx, new_ste, false); in dr_rule_rehash_copy_ste_ctrl() 251 struct mlx5dr_ste *cur_ste, in dr_rule_rehash_copy_ste() argument 264 sb_idx = cur_ste->ste_chain_location - 1; in dr_rule_rehash_copy_ste() 268 memcpy(hw_ste, mlx5dr_ste_get_hw_ste(cur_ste), DR_STE_SIZE_REDUCED); in dr_rule_rehash_copy_ste() 308 dr_rule_rehash_copy_ste_ctrl(matcher, nic_matcher, cur_ste, new_ste); in dr_rule_rehash_copy_ste() 323 struct mlx5dr_ste *tmp_ste, *cur_ste, *new_ste; in dr_rule_rehash_copy_miss_list() local [all …]
|