Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c977 struct mlx5hws_rule *tmp_rule; in mlx5hws_bwc_matcher_complex_move() local
1014 tmp_rule = tmp_bwc_rule->rule; in mlx5hws_bwc_matcher_complex_move()
1015 tmp_rule->skip_delete = false; in mlx5hws_bwc_matcher_complex_move()
1017 tmp_rule, in mlx5hws_bwc_matcher_complex_move()
/linux/net/wireless/
H A Dreg.c1463 struct ieee80211_reg_rule *tmp_rule; in add_rule() local
1467 tmp_rule = &reg_rules[i]; in add_rule()
1469 if (rule_contains(tmp_rule, rule)) in add_rule()
1473 if (rule_contains(rule, tmp_rule)) { in add_rule()
1474 memcpy(tmp_rule, rule, sizeof(*rule)); in add_rule()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1187 struct mlx5_flow_rule *tmp_rule; in rule_is_pending() local
1194 tmp_rule = container_of(iter, struct mlx5_flow_rule, node); in rule_is_pending()
1196 if (tmp_rule == rule) in rule_is_pending()